Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286769
b: refs/heads/master
c: 44517c4
h: refs/heads/master
i:
  286767: 94860e4
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 23, 2012
1 parent 0324291 commit 77bee8e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 4e087a7a1f3884750790bda580e22e9eccd5f4fa
refs/heads/master: 44517c44496062180a6376cc704b33129441ce60
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_irq_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ static bool radeon_msi_ok(struct radeon_device *rdev)
(rdev->pdev->subsystem_device == 0x30c2))
return true;

/* Dell RS690 only seems to work with MSIs. */
if ((rdev->pdev->device == 0x791f) &&
(rdev->pdev->subsystem_vendor == 0x1028) &&
(rdev->pdev->subsystem_device == 0x01fc))
return true;

/* Dell RS690 only seems to work with MSIs. */
if ((rdev->pdev->device == 0x791f) &&
(rdev->pdev->subsystem_vendor == 0x1028) &&
Expand Down

0 comments on commit 77bee8e

Please sign in to comment.