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:
parent
c20c434cb9
commit
06318cbfa1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue