]> 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)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 10 May 2016 16:17:30 +0000 (12:17 -0400)
[ Upstream commit bcb31eba4a4ea356fd61cbd5dec5511c3883f57e ]

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

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/gpu/drm/radeon/si_dpm.c

index c82f6dcea79f92d99570fb708696cb9dbdc35f47..c4e0e69b688db6069b1835f3a27a9ecbc9bcc513 100644 (file)
@@ -2929,6 +2929,7 @@ static struct si_dpm_quirk si_dpm_quirk_list[] = {
        { PCI_VENDOR_ID_ATI, 0x6811, 0x1762, 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 },
 };