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

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

Merge "disp: msm: sde: allow delayed_off_work scheduling always"

parents 4afe1c32 63107e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1627,7 +1627,7 @@ static void _sde_encoder_rc_restart_delayed(struct sde_encoder_virt *sde_enc,
	struct msm_drm_thread *disp_thread;

	/* return early if called from esd thread */
	if (!sde_enc->delay_kickoff)
	if (sde_enc->delay_kickoff)
		return;

	/* set idle timeout based on master connector's lp value */