Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174621
b: refs/heads/master
c: aa1a750
h: refs/heads/master
i:
  174619: dab4127
v: v3
  • Loading branch information
Dave Airlie committed Dec 4, 2009
1 parent e5804f4 commit f79f384
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: 0088dbdb809e8799cb8f26da5ac64b15201fa99d
refs/heads/master: aa1a750ecb3412f69fe34081b249aa978154f360
9 changes: 9 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_atombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
return false;
}

/* Gigabyte X1300 is DVI+VGA, not DVI+DVI */
if ((dev->pdev->device == 0x7142) &&
(dev->pdev->subsystem_vendor == 0x1458) &&
(dev->pdev->subsystem_device == 0x2134)) {
if (supported_device == ATOM_DEVICE_DFP1_SUPPORT)
return false;
}


/* Funky macbooks */
if ((dev->pdev->device == 0x71C5) &&
(dev->pdev->subsystem_vendor == 0x106b) &&
Expand Down

0 comments on commit f79f384

Please sign in to comment.