Commit 7c4622d5 authored by Alex Deucher's avatar Alex Deucher

drm/radeon/cik: update gpu_init for an additional berlin gpu

Sets the right paramters for the new pci id.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent 0a5b7b0b
...@@ -2731,7 +2731,8 @@ static void cik_gpu_init(struct radeon_device *rdev) ...@@ -2731,7 +2731,8 @@ static void cik_gpu_init(struct radeon_device *rdev)
} else if ((rdev->pdev->device == 0x1309) || } else if ((rdev->pdev->device == 0x1309) ||
(rdev->pdev->device == 0x130A) || (rdev->pdev->device == 0x130A) ||
(rdev->pdev->device == 0x130D) || (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_cu_per_sh = 6;
rdev->config.cik.max_backends_per_se = 2; rdev->config.cik.max_backends_per_se = 2;
} else if ((rdev->pdev->device == 0x1306) || } else if ((rdev->pdev->device == 0x1306) ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment