mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm_fb:display: Enable LVDS panel support
The JB MR1 update was not recognizing the LVDS panel and hence throwing an invalid panel error. Adding check for LVDS panel to enable display on 8064 CDP. Change-Id: Ib125cc797b288ca027f91778d9892acfa00a3214 Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
parent
ba14d0b42c
commit
027518be3a
1 changed files with 1 additions and 0 deletions
|
@ -3523,6 +3523,7 @@ int mdp4_overlay_commit(struct fb_info *info)
|
|||
case MIPI_VIDEO_PANEL:
|
||||
mdp4_dsi_video_pipe_commit(0, 1);
|
||||
break;
|
||||
case LVDS_PANEL:
|
||||
case LCDC_PANEL:
|
||||
mdp4_lcdc_pipe_commit(0, 1);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue