projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e6641
)
drm/radeon/kms: enable MSIs on fusion APUs
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 22 Nov 2010 22:56:36 +0000
(17:56 -0500)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 22 Nov 2010 23:23:33 +0000
(09:23 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_irq_kms.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_irq_kms.c
b/drivers/gpu/drm/radeon/radeon_irq_kms.c
index
a108c7e
..
b492b7d
100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon_irq_kms.c
+++ b/
drivers/gpu/drm/radeon/radeon_irq_kms.c
@@
-121,7
+121,7
@@
int radeon_irq_kms_init(struct radeon_device *rdev)
* chips. Disable MSI on them for now.
*/
if ((rdev->family >= CHIP_RV380) &&
- (
!(rdev->flags & RADEON_IS_IGP
)) &&
+ (
(!(rdev->flags & RADEON_IS_IGP)) || (rdev->family >= CHIP_PALM
)) &&
(!(rdev->flags & RADEON_IS_AGP))) {
int ret = pci_enable_msi(rdev->pdev);
if (!ret) {