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

Commit 2b1fe397 authored by Hareesh Gundu's avatar Hareesh Gundu
Browse files

msm: kgsl: Increase events worker thread priority



Increase kgsl-events worker thread priority to run at high
priority among default worker threads to get some benefit
in fence signaling.

Change-Id: Ia3eeb1beabc4bca1ef69e37bc40ef9868e29572b
Signed-off-by: default avatarHareesh Gundu <hareeshg@codeaurora.org>
parent b1354295
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);