msm: mdss: fix suspend resume for sharp 2k panel with dst_split
Continuous splash flag for the second dsi interface is not set to 0 which leads to host init for the second dsi interface not getting called. Change-Id: Icba4820922714e3f096e93914f0d3c718c81ae62 Signed-off-by: Vineet Bajaj <vbajaj@codeaurora.org>
This commit is contained in:
parent
085f3fb830
commit
a67fb9b0db
1 changed files with 2 additions and 0 deletions
|
@ -909,6 +909,8 @@ int mdss_mdp_video_reconfigure_splash_done(struct mdss_mdp_ctl *ctl,
|
|||
pdata->panel_info.cont_splash_enabled = 0;
|
||||
if (sctl)
|
||||
sctl->panel_data->panel_info.cont_splash_enabled = 0;
|
||||
else if (ctl->panel_data->next && is_split_dst(ctl->mfd))
|
||||
ctl->panel_data->next->panel_info.cont_splash_enabled = 0;
|
||||
|
||||
if (!handoff) {
|
||||
ret = mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_CONT_SPLASH_BEGIN,
|
||||
|
|
Loading…
Add table
Reference in a new issue