Skip to content

Commit

Permalink
drm/msm/mdp5: 8x16 actually has 8 mixer stages
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Clark <robdclark@gmail.com>
  • Loading branch information
Rob Clark committed Nov 2, 2016
1 parent 07cd2e3 commit 67cba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 67cba0f

Please sign in to comment.