mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Display: fix build break of AU 013 tag
Change-Id: I0dad33baca873b7a3042b12090a89c38f0e2e58d Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/69300 Reviewed-by: Sam hblee <Sam_hblee@asus.com> Tested-by: Sam hblee <Sam_hblee@asus.com>
This commit is contained in:
parent
819f8a012a
commit
f652e968bd
1 changed files with 2 additions and 0 deletions
|
@ -2344,8 +2344,10 @@ static int mdp_off(struct platform_device *pdev)
|
|||
mfd->panel.type == LCDC_PANEL ||
|
||||
mfd->panel.type == LVDS_PANEL)
|
||||
mdp4_lcdc_off(pdev);
|
||||
#ifdef CONFIG_FB_MSM_WRITEBACK_MSM_PANEL
|
||||
else if (mfd->panel.type == WRITEBACK_PANEL)
|
||||
mdp4_overlay_writeback_off(pdev);
|
||||
#endif
|
||||
|
||||
mdp_pipe_ctrl(MDP_CMD_BLOCK, MDP_BLOCK_POWER_ON, FALSE);
|
||||
ret = panel_next_off(pdev);
|
||||
|
|
Loading…
Reference in a new issue