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

Commit b438b0f3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Increase events worker thread priority"

parents e15db001 2b1fe397
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);