]> git.hungrycats.org Git - linux/commitdiff
drm/radeon: add a quirk for a XFX R9 270X
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Apr 2016 18:15:16 +0000 (14:15 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 15 Jun 2016 20:29:25 +0000 (21:29 +0100)
commit bcb31eba4a4ea356fd61cbd5dec5511c3883f57e upstream.

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

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/gpu/drm/radeon/si_dpm.c

index 42b2baf0e6d731877804a92db3ac29c25bf0230e..92d849e68f143571b7048ea7cbc6bcfec617b743 100644 (file)
@@ -2926,6 +2926,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 },
 };