diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-05 12:38:08 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-05 12:38:08 -0800 |
| commit | 796d604a032ac3051e7879fcbf317c2edba7ba4e (patch) | |
| tree | 8c33950bf5f685aac3ce47576f621e4c32beb179 /drivers | |
| parent | 7a1822a443f39050f9790e2606f9488c2de7c0ec (diff) | |
| parent | 664f3d4b001da7b57d69e39ab1803bfc5fc90e1c (diff) | |
Merge "msm: mdss: Fix AVR flush for split control path"
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_intf_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_intf_video.c b/drivers/video/fbdev/msm/mdss_mdp_intf_video.c index 2dd092d05ce5..97be2fd728c8 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); } |
