Skip to content

Commit

Permalink
drm/msm/mdp5: add missing max size for 8x74 v1
Browse files Browse the repository at this point in the history
This should have same max width as v2.

Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
robclark committed Oct 12, 2017
1 parent 545036a commit aa3c2ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ const struct mdp5_cfg_hw msm8x74v1_config = {
.caps = MDP_LM_CAP_WB },
},
.nb_stages = 5,
.max_width = 2048,
.max_height = 0xFFFF,
},
.dspp = {
.count = 3,
Expand Down

0 comments on commit aa3c2ba

Please sign in to comment.