Skip to content

Commit 5752380

Browse files
committed
Revert "drm/vc4: Force HDMI to connected."
Now that we have the HDMI HPD GPIOs correctly identified in the DT, we should be able to successfully detect HDMI. This reverts commit fbec01e. Signed-off-by: Eric Anholt <[email protected]>
1 parent 4a0ccd2 commit 5752380

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/vc4/vc4_hdmi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ vc4_hdmi_connector_detect(struct drm_connector *connector, bool force)
166166
struct drm_device *dev = connector->dev;
167167
struct vc4_dev *vc4 = to_vc4_dev(dev);
168168

169-
return connector_status_connected;
170-
171169
if (vc4->hdmi->hpd_gpio) {
172170
if (gpio_get_value_cansleep(vc4->hdmi->hpd_gpio) ^
173171
vc4->hdmi->hpd_active_low)

0 commit comments

Comments
 (0)