Loading drivers/gpu/msm/kgsl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5190,7 +5190,7 @@ int kgsl_device_platform_probe(struct kgsl_device *device) } } device->events_wq = alloc_workqueue("kgsl-events", device->events_wq = alloc_workqueue("kgsl-events", WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_SYSFS, 0); WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_SYSFS | WQ_HIGHPRI, 0); /* Initialize the snapshot engine */ /* Initialize the snapshot engine */ kgsl_device_snapshot_init(device); kgsl_device_snapshot_init(device); Loading Loading
drivers/gpu/msm/kgsl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5190,7 +5190,7 @@ int kgsl_device_platform_probe(struct kgsl_device *device) } } device->events_wq = alloc_workqueue("kgsl-events", device->events_wq = alloc_workqueue("kgsl-events", WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_SYSFS, 0); WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_SYSFS | WQ_HIGHPRI, 0); /* Initialize the snapshot engine */ /* Initialize the snapshot engine */ kgsl_device_snapshot_init(device); kgsl_device_snapshot_init(device); Loading