]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/radeon: add another R7 370 quirk
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Mar 2016 14:16:40 +0000 (10:16 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 30 Apr 2016 22:06:06 +0000 (00:06 +0200)
commit a64663d9870364bd2a2df62bf0d3a9fbe5ea62a8 upstream.

bug:
https://bugzilla.kernel.org/show_bug.cgi?id=115291

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 513c4e3c66ec6781edb58fadb073c84ff6e37488..ded6644b7958d5e7a50384b457513cbf9f642ed8 100644 (file)
@@ -2925,6 +2925,7 @@ static struct si_dpm_quirk si_dpm_quirk_list[] = {
        { PCI_VENDOR_ID_ATI, 0x6810, 0x174b, 0xe271, 85000, 90000 },
        { 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 },
        { 0, 0, 0, 0 },
 };