Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269731
b: refs/heads/master
c: 5f0a261
h: refs/heads/master
i:
  269729: 5270bfe
  269727: 85f4f58
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 10, 2011
1 parent 9251ef7 commit 806ae19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 286e0c94f9c3f292cb38a977fbbde3433347a868
refs/heads/master: 5f0a26128d66ef81613fe923d5c288942844ccdc
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_connectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,11 @@ radeon_dvi_detect(struct drm_connector *connector, bool force)
if ((ret == connector_status_connected) && (radeon_connector->use_digital == true))
goto out;

/* DVI-D and HDMI-A are digital only */
if ((connector->connector_type == DRM_MODE_CONNECTOR_DVID) ||
(connector->connector_type == DRM_MODE_CONNECTOR_HDMIA))
goto out;

if (!force) {
ret = connector->status;
goto out;
Expand Down

0 comments on commit 806ae19

Please sign in to comment.