From: Rob Clark Date: Mon, 24 Oct 2016 15:46:44 +0000 (-0400) Subject: drm/msm/mdp5: 8x16 actually has 8 mixer stages X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=67cba0fbb484bbc1af42f2804662a80008ba61e9;p=linux.git drm/msm/mdp5: 8x16 actually has 8 mixer stages Signed-off-by: Rob Clark --- diff --git a/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c b/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c index 0e2bc5636c81d..8b4e3004f4518 100644 --- a/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c +++ b/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c @@ -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, },