Skip to content

Commit bb57aa3

Browse files
alexdeucherSasha Levin
authored and
Sasha Levin
committed
Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"
[ Upstream commit 979bfe2 ] 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] Signed-off-by: Sasha Levin <[email protected]>
1 parent 96dac97 commit bb57aa3

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
@@ -1267,16 +1267,6 @@ radeon_dvi_detect(struct drm_connector *connector, bool force)
12671267
goto exit;
12681268
}
12691269
}
1270-
1271-
if (dret && radeon_connector->hpd.hpd != RADEON_HPD_NONE &&
1272-
!radeon_hpd_sense(rdev, radeon_connector->hpd.hpd) &&
1273-
connector->connector_type == DRM_MODE_CONNECTOR_HDMIA) {
1274-
DRM_DEBUG_KMS("EDID is readable when HPD disconnected\n");
1275-
schedule_delayed_work(&rdev->hotplug_work, msecs_to_jiffies(1000));
1276-
ret = connector_status_disconnected;
1277-
goto exit;
1278-
}
1279-
12801270
if (dret) {
12811271
radeon_connector->detected_by_load = false;
12821272
radeon_connector_free_edid(connector);

0 commit comments

Comments
 (0)