Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166521
b: refs/heads/master
c: 4bbd497
h: refs/heads/master
i:
  166519: 83b6dea
v: v3
  • Loading branch information
Dave Airlie committed Sep 25, 2009
1 parent d62cc68 commit 23ac034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f066a17d9f8d0a20d01d1aa9badce7f43c7bd6ad
refs/heads/master: 4bbd4973703bf8a5f00f05eff30a99cd9814f37f
9 changes: 3 additions & 6 deletions trunk/drivers/gpu/drm/radeon/radeon_atombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,9 @@ bool radeon_get_atom_connector_info_from_object_table(struct drm_device *dev)
(le16_to_cpu(path->usConnObjectId) &
OBJECT_TYPE_MASK) >> OBJECT_TYPE_SHIFT;

if ((le16_to_cpu(path->usDeviceTag) ==
ATOM_DEVICE_TV1_SUPPORT)
|| (le16_to_cpu(path->usDeviceTag) ==
ATOM_DEVICE_TV2_SUPPORT)
|| (le16_to_cpu(path->usDeviceTag) ==
ATOM_DEVICE_CV_SUPPORT))
/* TODO CV support */
if (le16_to_cpu(path->usDeviceTag) ==
ATOM_DEVICE_CV_SUPPORT)
continue;

if ((rdev->family == CHIP_RS780) &&
Expand Down

0 comments on commit 23ac034

Please sign in to comment.