diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-10-02 16:12:07 -0400 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-05-10 12:20:16 -0400 |
commit | 0d66b712280902c86f5c608d2e0fdadceffd1c07 (patch) | |
tree | 7ecb4d237edce5b53fb9ccd91ad7ce0e0399ae6f /drivers/gpu | |
parent | 196c77c94be40a292bd8a685326b27446d01d513 (diff) | |
download | lwn-0d66b712280902c86f5c608d2e0fdadceffd1c07.tar.gz lwn-0d66b712280902c86f5c608d2e0fdadceffd1c07.zip |
drm/radeon: add quirk for ASUS R7 370
[ Upstream commit 2b02ec79004388a8c65e227bc289ed891b5ac8c6 ]
Bug:
https://bugs.freedesktop.org/show_bug.cgi?id=92260
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index 5aa7bde4d246..91df5431ae40 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c @@ -2924,6 +2924,7 @@ static struct si_dpm_quirk si_dpm_quirk_list[] = { { PCI_VENDOR_ID_ATI, 0x6811, 0x174b, 0xe271, 0, 120000 }, { PCI_VENDOR_ID_ATI, 0x6810, 0x174b, 0xe271, 85000, 90000 }, { PCI_VENDOR_ID_ATI, 0x6811, 0x1762, 0x2015, 0, 120000 }, + { PCI_VENDOR_ID_ATI, 0x6811, 0x1043, 0x2015, 0, 120000 }, { 0, 0, 0, 0 }, }; |