summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-08-21 10:41:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-05 16:34:15 -0700
commit2db7dd758bf4b599bcf8c56dde21b6e4cb9de583 (patch)
tree4ca5f391b749405085c646c9fd1c3c3ed4003c47 /drivers/gpu
parent8bafd6054e09fd2c866bf0d031855eafd29fc200 (diff)
downloadkernel-common-2db7dd758bf4b599bcf8c56dde21b6e4cb9de583.tar.gz
kernel-common-2db7dd758bf4b599bcf8c56dde21b6e4cb9de583.tar.bz2
kernel-common-2db7dd758bf4b599bcf8c56dde21b6e4cb9de583.zip
drm/radeon: add new KV pci id
commit 6dc14baf4ced769017c7a7045019c7a19f373865 upstream. bug: https://bugs.freedesktop.org/show_bug.cgi?id=82912 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu')
-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 7164045c06e4..bc9e56eb4e9c 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -3231,6 +3231,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;