diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-04-14 14:15:16 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-04-18 11:18:35 -0400 |
commit | bcb31eba4a4ea356fd61cbd5dec5511c3883f57e (patch) | |
tree | 0ff7b580d08e2807017a7566c91103dbf0b9d5b3 | |
parent | fe0d36e03a08a6f88e5cb9f81c3b819f797e8024 (diff) | |
download | linux-bcb31eba4a4ea356fd61cbd5dec5511c3883f57e.tar.gz linux-bcb31eba4a4ea356fd61cbd5dec5511c3883f57e.tar.bz2 linux-bcb31eba4a4ea356fd61cbd5dec5511c3883f57e.zip |
drm/radeon: add a quirk for a XFX R9 270X
bug:
https://bugs.freedesktop.org/show_bug.cgi?id=76490
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.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 af4df81c4e0c..e6abc09b67e3 100644 --- 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 }, }; |