Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262567
b: refs/heads/master
c: a81b31e
h: refs/heads/master
i:
  262565: 70bb9da
  262563: 9faf378
  262559: 034c4a8
v: v3
  • Loading branch information
Thomas Reim authored and Dave Airlie committed Aug 4, 2011
1 parent b8ac912 commit d8262b2
Show file tree
Hide file tree
Showing 2 changed files with 10 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: d522d9cc5bdd41214084383fc3e6d882f6916a78
refs/heads/master: a81b31e9fc98e067b7e7f1244861c97e44268e2d
9 changes: 9 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_connectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,15 @@ static bool radeon_connector_needs_extended_probe(struct radeon_device *dev,
(supported_device == ATOM_DEVICE_DFP2_SUPPORT))
return true;
}
/* ECS A740GM-M with ATI RADEON 2100 sends data to i2c bus
* for a DVI connector that is not implemented */
if ((dev->pdev->device == 0x796e) &&
(dev->pdev->subsystem_vendor == 0x1019) &&
(dev->pdev->subsystem_device == 0x2615)) {
if ((connector_type == DRM_MODE_CONNECTOR_DVID) &&
(supported_device == ATOM_DEVICE_DFP2_SUPPORT))
return true;
}

/* Default: no EDID header probe required for DDC probing */
return false;
Expand Down

0 comments on commit d8262b2

Please sign in to comment.