Browse Source

drm/msm/mdp5: add missing max size for 8x74 v1

This should have same max width as v2.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Rob Clark 7 years ago
parent
commit
aa3c2ba1c3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c

+ 2 - 0
drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c

@@ -83,6 +83,8 @@ const struct mdp5_cfg_hw msm8x74v1_config = {
 				  .caps = MDP_LM_CAP_WB },
 				  .caps = MDP_LM_CAP_WB },
 			     },
 			     },
 		.nb_stages = 5,
 		.nb_stages = 5,
+		.max_width = 2048,
+		.max_height = 0xFFFF,
 	},
 	},
 	.dspp = {
 	.dspp = {
 		.count = 3,
 		.count = 3,