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: Jonathan Wicks <jwicks@codeaurora.org>
This commit is contained in:
Jonathan Wicks 2016-03-02 11:06:11 -07:00 committed by David Keitel
parent c20c434cb9
commit 06318cbfa1

View file

@ -3946,7 +3946,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);