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

Commit 26d0c21d authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: fix num_crtc on CZ



Hw only has 3 crtcs.  copy paste typo.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent 8b7530b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2888,7 +2888,7 @@ static int dce_v11_0_early_init(void *handle)

	switch (adev->asic_type) {
	case CHIP_CARRIZO:
		adev->mode_info.num_crtc = 4;
		adev->mode_info.num_crtc = 3;
		adev->mode_info.num_hpd = 6;
		adev->mode_info.num_dig = 9;
		break;