drm/bridge: synopsys: dw-hdmi-qp: report hdmi status in atomic_check if uboot logo enabled

Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
Change-Id: Ib211456c71c37faa9f7fd47ea9a2a7a61f76bfef
This commit is contained in:
Shunhua Lan
2022-12-09 17:46:25 +08:00
parent 1d88e3036e
commit d6e8547727

View File

@@ -2341,6 +2341,7 @@ static int dw_hdmi_connector_atomic_check(struct drm_connector *connector,
hdmi->dclk_en = true;
mutex_unlock(&hdmi->audio_mutex);
hdmi->curr_conn = connector;
extcon_set_state_sync(hdmi->extcon, EXTCON_DISP_HDMI, true);
}
}