disp: msm: sde: relax the EPT + modeswitch validation check

Remove the validation check that rejects the concurrency of
Expected Present Time update during modeswitch, as it is
expected to get an updated EPT value during the switch.

Change-Id: Ia94aedc4ea39b9c72fb0db17e91a09a77086563b
Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
Veera Sundaram Sankaran
2023-05-18 11:17:08 -07:00
parent ee2ee3b129
commit c4b13a146e

View File

@@ -1261,7 +1261,7 @@ static int _sde_encoder_atomic_check_qsync(struct sde_connector *sde_conn,
ept = msm_property_is_dirty(&sde_conn->property_info, ept = msm_property_is_dirty(&sde_conn->property_info,
&sde_conn_state->property_state, CONNECTOR_PROP_EPT); &sde_conn_state->property_state, CONNECTOR_PROP_EPT);
if (has_modeset && (qsync_dirty || ept) && if (has_modeset && qsync_dirty &&
(msm_is_mode_seamless_poms(&sde_conn_state->msm_mode) || (msm_is_mode_seamless_poms(&sde_conn_state->msm_mode) ||
msm_is_mode_seamless_dyn_clk(&sde_conn_state->msm_mode))) { msm_is_mode_seamless_dyn_clk(&sde_conn_state->msm_mode))) {
SDE_ERROR("invalid qsync update during modeset priv flag:%x\n", SDE_ERROR("invalid qsync update during modeset priv flag:%x\n",