Skip to content
Snippets Groups Projects
Commit 88f4308d authored by Archit Taneja's avatar Archit Taneja Committed by Bjorn Andersson
Browse files

drm/msm/hdmi: Switch to DRM_CONNECTOR_POLL_HPD


We support HPD interrupts on all platofrms, let's start using it.

Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
parent ac0d669c
No related merge requests found
......@@ -472,8 +472,7 @@ struct drm_connector *msm_hdmi_connector_init(struct hdmi *hdmi)
DRM_MODE_CONNECTOR_HDMIA);
drm_connector_helper_add(connector, &msm_hdmi_connector_helper_funcs);
connector->polled = DRM_CONNECTOR_POLL_CONNECT |
DRM_CONNECTOR_POLL_DISCONNECT;
connector->polled = DRM_CONNECTOR_POLL_HPD;
connector->interlace_allowed = 0;
connector->doublescan_allowed = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment