Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7be8076 authored by Jonathan Wicks's avatar Jonathan Wicks
Browse files

msm: kgsl: Unbind the kgsl-event workqueue



Allow the kgsl-event workqueue to run on any available
core. The other workqueues in KGSL were already unbound.

CRs-Fixed: 985082
Change-Id: I7e843b57541b7ddcb53848078f73b05c88238711
Signed-off-by: default avatarJonathan Wicks <jwicks@codeaurora.org>
parent c1551685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3942,7 +3942,7 @@ int kgsl_device_platform_probe(struct kgsl_device *device)
	}


	device->events_wq = create_workqueue("kgsl-events");
	device->events_wq = create_singlethread_workqueue("kgsl-events");

	/* Initalize the snapshot engine */
	kgsl_device_snapshot_init(device);