projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0d36e
)
drm/radeon: add a quirk for a XFX R9 270X
author
Alex Deucher
<alexander.deucher@amd.com>
Thu, 14 Apr 2016 18:15:16 +0000
(14:15 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 18 Apr 2016 15:18:35 +0000
(11:18 -0400)
bug:
https://bugs.freedesktop.org/show_bug.cgi?id=76490
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/si_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/si_dpm.c
b/drivers/gpu/drm/radeon/si_dpm.c
index
af4df81
..
e6abc09
100644
(file)
--- a/
drivers/gpu/drm/radeon/si_dpm.c
+++ b/
drivers/gpu/drm/radeon/si_dpm.c
@@
-2931,6
+2931,7
@@
static struct si_dpm_quirk si_dpm_quirk_list[] = {
{ PCI_VENDOR_ID_ATI, 0x6811, 0x1462, 0x2015, 0, 120000 },
{ PCI_VENDOR_ID_ATI, 0x6811, 0x1043, 0x2015, 0, 120000 },
{ PCI_VENDOR_ID_ATI, 0x6811, 0x148c, 0x2015, 0, 120000 },
+ { PCI_VENDOR_ID_ATI, 0x6810, 0x1682, 0x9275, 0, 120000 },
{ 0, 0, 0, 0 },
};