summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/hdp/imx-hdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/hdp/imx-hdp.c')
-rw-r--r--drivers/gpu/drm/imx/hdp/imx-hdp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/imx/hdp/imx-hdp.c b/drivers/gpu/drm/imx/hdp/imx-hdp.c
index b3dbc7eec3e5..1152c9aaff07 100644
--- a/drivers/gpu/drm/imx/hdp/imx-hdp.c
+++ b/drivers/gpu/drm/imx/hdp/imx-hdp.c
@@ -834,12 +834,7 @@ imx_hdp_connector_detect(struct drm_connector *connector, bool force)
ret = imx_hdp_call(hdp, get_hpd_state, &hdp->state, &hpd);
if (ret > 0)
-#if 0
return connector_status_unknown;
-#else
-//TBD: make Weston happy
- return connector_status_connected;
-#endif
if (hpd == 1)
/* Cable Connected */