commit | f355a051987d3f1b9e0ca063ed65c06ed2dffe5c | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Aug 10 00:37:52 2012 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Fri Aug 10 00:37:52 2012 -0700 |
tree | 6ac844e99dae36a072d22ea612263496242801e2 | |
parent | ffa7477d95e9642ca36caccf22048419ab448f0d [diff] | |
parent | 5d7e5b30a98110dd138fddee58bc2a4f3ffdc715 [diff] |
Merge "msm_fb: Allow MDP hardware init for continuous splashscreen" into msm-3.4
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c index ee73eea..9614a2d 100644 --- a/drivers/video/msm/mdp.c +++ b/drivers/video/msm/mdp.c
@@ -2398,8 +2398,7 @@ if (!(mdp_pdata->cont_splash_enabled)) mdp4_hw_init(); #else - if (!(mdp_pdata->cont_splash_enabled)) - mdp_hw_init(); + mdp_hw_init(); #endif #ifdef CONFIG_FB_MSM_OVERLAY