Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) ||