diff options
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_mdp_ctl.c b/drivers/video/fbdev/msm/mdss_mdp_ctl.c index 2f53b59a66ac..7acc0b9848cd 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_ctl.c +++ b/drivers/video/fbdev/msm/mdss_mdp_ctl.c @@ -3054,7 +3054,7 @@ static void mdss_mdp_ctl_restore_sub(struct mdss_mdp_ctl *ctl) writel_relaxed(temp, ctl->mdata->mdp_base + MDSS_MDP_REG_DISP_INTF_SEL); - if (ctl->mixer_left) { + if (ctl->mfd && ctl->panel_data) { mdss_mdp_pp_resume(ctl->mfd); if (ctl->panel_data->panel_info.compression_mode == |
