drm/radeon: add another R7 370 quirk
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Mar 2016 14:16:40 +0000 (10:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Mar 2016 14:16:40 +0000 (10:16 -0400)
bug:
https://bugzilla.kernel.org/show_bug.cgi?id=115291

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

index d153b09ac880b965a66c9138f386d9448cb55b25..a280a320183276d3eb5f88d1bc6e1fd4558ce38e 100644 (file)
@@ -2930,6 +2930,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 },
 };
 
This page took 0.028466 seconds and 5 git commands to generate.