Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329586
b: refs/heads/master
c: 3a6d59d
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher committed Sep 27, 2012
1 parent 7c347f1 commit 0a0f257
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: 61051afd3540da71c1ac32f17ed663595a0f7ecb
refs/heads/master: 3a6d59df80897cc87812b6826d70085905bed013
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 @@ -202,6 +202,12 @@ static bool radeon_msi_ok(struct radeon_device *rdev)
(rdev->pdev->subsystem_device == 0x01fd))
return true;

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

/* RV515 seems to have MSI issues where it loses
* MSI rearms occasionally. This leads to lockups and freezes.
* disable it by default.
Expand Down

0 comments on commit 0a0f257

Please sign in to comment.