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

Commit 67cba0fb authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm/mdp5: 8x16 actually has 8 mixer stages



Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 07cd2e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ const struct mdp5_cfg_hw msm8x16_config = {
	.lm = {
		.count = 2, /* LM0 and LM3 */
		.base = { 0x44000, 0x47000 },
		.nb_stages = 5,
		.nb_stages = 8,
		.max_width = 2048,
		.max_height = 0xFFFF,
	},