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

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

Merge "drm/msm/sde: Prevent kthread off work initialization during dms"

parents 50224b61 9992c57b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2783,7 +2783,8 @@ static void sde_encoder_virt_enable(struct drm_encoder *drm_enc)
			sde_enc->input_handler_registered = true;
	}

	if (!msm_is_mode_seamless_vrr(cur_mode))
	if (!(msm_is_mode_seamless_vrr(cur_mode)
			|| msm_is_mode_seamless_dms(cur_mode)))
		kthread_init_delayed_work(&sde_enc->delayed_off_work,
			sde_encoder_off_work);