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

Commit 82ac1d58 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm/sde: disable tearcheck before command intf disable



Disable tearcheck before command interface disable
to follow proper suspend sequence.

Change-Id: I26760eca22d0003388582507d5a49313ad81a27a
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent f48b62b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -700,6 +700,8 @@ static void sde_encoder_phys_cmd_disable(struct sde_encoder_phys *phys_enc)
		}
	}

	if (phys_enc->hw_pp->ops.enable_tearcheck)
		phys_enc->hw_pp->ops.enable_tearcheck(phys_enc->hw_pp, false);
	phys_enc->enable_state = SDE_ENC_DISABLED;
}