]> Pileus Git - ~andy/linux/commitdiff
drm/radeon/cik: update gpu_init for an additional berlin gpu
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Sep 2013 20:46:07 +0000 (16:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Sep 2013 15:44:30 +0000 (11:44 -0400)
Sets the right paramters for the new pci id.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/cik.c

index e521d4c6676f322a0045a8bcaa536ae6711fe9ec..6b6135a774623520fd62a4e2eb557996bb60424c 100644 (file)
@@ -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) ||