projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Thu, 14 Apr 2016 18:15:16 +0000
(14:15 -0400)
committer
Alex Deucher
<
[email protected]
>
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 <
[email protected]
>
Cc:
[email protected]
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 af4df81c4e0c79c721dca5dc610da235d53651f9..e6abc09b67e3e63e82fea3bbda2b1c91234c525c 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 },
};