mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user