diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c index e91379fef9fa..467081841bc8 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c @@ -4283,7 +4283,7 @@ void dw_hdmi_qp_resume(struct device *dev, struct dw_hdmi_qp *hdmi) result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); if (result == connector_status_connected) { mutex_lock(&hdmi->connector.dev->mode_config.mutex); - dw_hdmi_connector_get_modes(&hdmi->connector); + drm_helper_probe_single_connector_modes(&hdmi->connector, 9000, 9000); mutex_unlock(&hdmi->connector.dev->mode_config.mutex); } }