drm: bridge: dw-hdmi: Don't go to seamless switching process when hdmi plug in

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: Ib2884ba796baa051972c032fad3e8117cb6dcc30
This commit is contained in:
Algea Cao
2023-01-03 10:49:48 +08:00
committed by Tao Huang
parent 053a921a19
commit 9828e0f315

View File

@@ -3166,7 +3166,7 @@ static int dw_hdmi_connector_atomic_check(struct drm_connector *connector,
if (hdmi->hdmi_data.video_mode.mpixelclock == (mode->clock * 1000) &&
hdmi->hdmi_data.video_mode.mtmdsclock == (mtmdsclk * 1000) &&
!hdmi->logo_plug_out) {
!hdmi->logo_plug_out && !hdmi->disabled) {
hdmi->update = true;
hdmi_writeb(hdmi, HDMI_FC_GCP_SET_AVMUTE, HDMI_FC_GCP);
mdelay(50);