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

Commit 481aa2fa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: rotator: make work queue high priority"

parents 0b9bbac1 75902345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -826,8 +826,8 @@ static int mdss_rotator_init_queue(struct mdss_rot_mgr *mgr)
	for (i = 0; i < mgr->queue_count; i++) {
		snprintf(name, sizeof(name), "rot_workq_%d", i);
		pr_debug("work queue name=%s\n", name);
		mgr->queues[i].rot_work_queue =
			create_singlethread_workqueue(name);
		mgr->queues[i].rot_work_queue = alloc_ordered_workqueue("%s",
				WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_HIGHPRI, name);
		if (!mgr->queues[i].rot_work_queue) {
			ret = -EPERM;
			break;