summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2014-08-24 07:47:46 +0200
committerDave Airlie <airlied@gmail.com>2014-08-24 07:47:46 +0200
commitdb314f231037744ce3399c59704a92ef0d18581e (patch)
tree3a3bde0dd4727d1288279eab46f4511ca672d6c6 /drivers/gpu
parentMerge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-i... (diff)
parentdrm/radeon: add additional SI pci ids (diff)
downloadlinux-db314f231037744ce3399c59704a92ef0d18581e.tar.xz
linux-db314f231037744ce3399c59704a92ef0d18581e.zip
Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next
This pull just contains some new pci ids. * 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux: drm/radeon: add additional SI pci ids drm/radeon: add new bonaire pci ids drm/radeon: add new KV pci id
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 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;