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

Commit c0f3104f authored by Alex Deucher's avatar Alex Deucher Committed by android-build-merger
Browse files

drm/amdgpu: add more cases to DCE11 possible crtc mask setup

am: 0734a321

Change-Id: I51bb0c57562e149dd5946781b9081860c0b338b8
parents c60a5987 0734a321
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3814,9 +3814,15 @@ static void dce_v11_0_encoder_add(struct amdgpu_device *adev,
	default:
		encoder->possible_crtcs = 0x3;
		break;
	case 3:
		encoder->possible_crtcs = 0x7;
		break;
	case 4:
		encoder->possible_crtcs = 0xf;
		break;
	case 5:
		encoder->possible_crtcs = 0x1f;
		break;
	case 6:
		encoder->possible_crtcs = 0x3f;
		break;