]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Apr 2015 13:51:43 +0000 (09:51 -0400)
committerJiri Slaby <jslaby@suse.cz>
Fri, 15 May 2015 07:10:52 +0000 (09:10 +0200)
commit cd17e02ff4db58ec32d35cf331c705d295779930 upstream.

Seems to have problems with high mclks.

bug:
https://bugs.freedesktop.org/show_bug.cgi?id=76490

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/radeon/si_dpm.c

index 51588d30d67546207fa7b267d8068e74959353b6..bf7e4e9f166910d5a9029679223f45ab46caa9e8 100644 (file)
@@ -2914,6 +2914,7 @@ struct si_dpm_quirk {
 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 },
        { 0, 0, 0, 0 },
 };