Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322147
b: refs/heads/master
c: 52e9b39
h: refs/heads/master
i:
  322145: f7dd052
  322143: ccc5bfd
v: v3
  • Loading branch information
Tvrtko Ursulin authored and Alex Deucher committed Aug 20, 2012
1 parent 32d258e commit 509c04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fcdeefe4df5c0fa457f2dc181ef4e3b2b26de781
refs/heads/master: 52e9b39d9a89ae33662596bd30e62dd56bddbe73
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_atombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
}

/* Fujitsu D3003-S2 board lists DVI-I as DVI-D and VGA */
if ((dev->pdev->device == 0x9802) &&
if (((dev->pdev->device == 0x9802) || (dev->pdev->device == 0x9806)) &&
(dev->pdev->subsystem_vendor == 0x1734) &&
(dev->pdev->subsystem_device == 0x11bd)) {
if (*connector_type == DRM_MODE_CONNECTOR_VGA) {
Expand Down

0 comments on commit 509c04d

Please sign in to comment.