Skip to content

Commit 979bfe2

Browse files
committed
Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"
This reverts commit 949658c. This causes a blank screen on boot. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3696 Signed-off-by: Alex Deucher <[email protected]> Cc: Shixiong Ou <[email protected]> Cc: [email protected]
1 parent 93df748 commit 979bfe2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/gpu/drm/radeon/radeon_connectors.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,16 +1255,6 @@ radeon_dvi_detect(struct drm_connector *connector, bool force)
12551255
goto exit;
12561256
}
12571257
}
1258-
1259-
if (dret && radeon_connector->hpd.hpd != RADEON_HPD_NONE &&
1260-
!radeon_hpd_sense(rdev, radeon_connector->hpd.hpd) &&
1261-
connector->connector_type == DRM_MODE_CONNECTOR_HDMIA) {
1262-
DRM_DEBUG_KMS("EDID is readable when HPD disconnected\n");
1263-
schedule_delayed_work(&rdev->hotplug_work, msecs_to_jiffies(1000));
1264-
ret = connector_status_disconnected;
1265-
goto exit;
1266-
}
1267-
12681258
if (dret) {
12691259
radeon_connector->detected_by_load = false;
12701260
radeon_connector_free_edid(connector);

0 commit comments

Comments
 (0)