diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-03-25 10:31:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-20 15:40:40 +0900 |
commit | b29ddd02cdfa8316e7b54fe438cbf01e10eef7e7 (patch) | |
tree | 71475664935e9f87f66dcdc4a0bdaa9184072946 | |
parent | 37f2c8b804e9299238f0b5774f202f46121c998e (diff) | |
download | lwn-b29ddd02cdfa8316e7b54fe438cbf01e10eef7e7.tar.gz lwn-b29ddd02cdfa8316e7b54fe438cbf01e10eef7e7.zip |
drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
commit f971f2263deaa4a441e377b385c11aee0f3b3f9a upstream.
bug:
https://bugs.freedesktop.org/show_bug.cgi?id=94692
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index c9053f799abe..daa6af922dee 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -2914,6 +2914,7 @@ static struct si_dpm_quirk si_dpm_quirk_list[] = { /* PITCAIRN - https://bugs.freedesktop.org/show_bug.cgi?id=76490 */ { PCI_VENDOR_ID_ATI, 0x6810, 0x1462, 0x3036, 0, 120000 }, { PCI_VENDOR_ID_ATI, 0x6811, 0x174b, 0xe271, 0, 120000 }, + { PCI_VENDOR_ID_ATI, 0x6811, 0x174b, 0x2015, 0, 120000 }, { PCI_VENDOR_ID_ATI, 0x6810, 0x174b, 0xe271, 85000, 90000 }, { 0, 0, 0, 0 }, }; |