summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-08-21 10:41:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-08-22 10:47:58 -0400
commit6dc14baf4ced769017c7a7045019c7a19f373865 (patch)
treec42e32ee176016f0579956fa617921504e6ffe00 /drivers
parent20a984c2a51d379bce08ee1031b32020f273e532 (diff)
downloadlinux-stable-6dc14baf4ced769017c7a7045019c7a19f373865.tar.gz
linux-stable-6dc14baf4ced769017c7a7045019c7a19f373865.tar.bz2
linux-stable-6dc14baf4ced769017c7a7045019c7a19f373865.zip
drm/radeon: add new KV pci id
bug: https://bugs.freedesktop.org/show_bug.cgi?id=82912 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/radeon/cik.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
index f4e14702639d..79a5a5519bd6 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -3544,6 +3544,7 @@ static void cik_gpu_init(struct radeon_device *rdev)
(rdev->pdev->device == 0x130B) ||
(rdev->pdev->device == 0x130E) ||
(rdev->pdev->device == 0x1315) ||
+ (rdev->pdev->device == 0x1318) ||
(rdev->pdev->device == 0x131B)) {
rdev->config.cik.max_cu_per_sh = 4;
rdev->config.cik.max_backends_per_se = 1;