From 664f3d4b001da7b57d69e39ab1803bfc5fc90e1c Mon Sep 17 00:00:00 2001 From: Benjamin Chan Date: Wed, 22 Feb 2017 15:30:09 -0500 Subject: msm: mdss: Fix AVR flush for split control path For split control display configuration, it is necessary to flush the timing engine for both control path. The change is for fixing the flush bit on the second control path. CRs-Fixed: 2010398 Change-Id: Ie12e6c6718b2061908e13c9ccd97d375c594fa00 Signed-off-by: Benjamin Chan --- drivers/video/fbdev/msm/mdss_mdp_intf_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/msm/mdss_mdp_intf_video.c b/drivers/video/fbdev/msm/mdss_mdp_intf_video.c index 663d63092ebf..1b828fcac5ce 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_intf_video.c +++ b/drivers/video/fbdev/msm/mdss_mdp_intf_video.c @@ -449,7 +449,7 @@ static void mdss_mdp_video_avr_vtotal_setup(struct mdss_mdp_ctl *ctl, if (sctl) sctx = (struct mdss_mdp_video_ctx *) sctl->intf_ctx[MASTER_CTX]; - mdss_mdp_video_timegen_flush(ctl, ctx); + mdss_mdp_video_timegen_flush(ctl, sctx); MDSS_XLOG(pinfo->min_fps, pinfo->default_fps, avr_vtotal); } -- cgit v1.2.3