aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/cik.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-09-04 16:46:07 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-09-11 11:44:30 -0400
commit7c4622d5415038a74964480844de885e7253a0f4 (patch)
treed30ad1e5d9115b55ca5c5479a87a37111d51272a /drivers/gpu/drm/radeon/cik.c
parentdrm/radeon: add spinlocks for indirect register accesss (diff)
downloadlinux-dev-7c4622d5415038a74964480844de885e7253a0f4.tar.xz
linux-dev-7c4622d5415038a74964480844de885e7253a0f4.zip
drm/radeon/cik: update gpu_init for an additional berlin gpu
Sets the right paramters for the new pci id. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/cik.c')
-rw-r--r--drivers/gpu/drm/radeon/cik.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c
index e521d4c6676f..6b6135a77462 100644
--- a/drivers/gpu/drm/radeon/cik.c
+++ b/drivers/gpu/drm/radeon/cik.c
@@ -2731,7 +2731,8 @@ static void cik_gpu_init(struct radeon_device *rdev)
} else if ((rdev->pdev->device == 0x1309) ||
(rdev->pdev->device == 0x130A) ||
(rdev->pdev->device == 0x130D) ||
- (rdev->pdev->device == 0x1313)) {
+ (rdev->pdev->device == 0x1313) ||
+ (rdev->pdev->device == 0x131D)) {
rdev->config.cik.max_cu_per_sh = 6;
rdev->config.cik.max_backends_per_se = 2;
} else if ((rdev->pdev->device == 0x1306) ||