summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
diff options
context:
space:
mode:
authorXiaoming Zhou <zhoux@codeaurora.org>2013-08-07 16:04:12 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:19:39 -0700
commita9272c24b511ccca6010e12fd19bef2328ec8bd6 (patch)
tree2b0f956e93318e943df0fabc683bd9c974a298f3 /drivers/video/fbdev
parent42edaa9fc692c20e603bf9f026cef5dff75df854 (diff)
msm: mdss: initialize the display interface type
The display interface type was not initialized properly. This is to initialize the display interface type based on panel mode. Change-Id: I73cfbb0ab78dc01698d60be10afd7492469c756e Signed-off-by: Xiaoming Zhou <zhoux@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev')
-rw-r--r--drivers/video/fbdev/msm/mdp3_ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdp3_ctrl.c b/drivers/video/fbdev/msm/mdp3_ctrl.c
index 66a7f8f1d604..6c11354c2b5f 100644
--- a/drivers/video/fbdev/msm/mdp3_ctrl.c
+++ b/drivers/video/fbdev/msm/mdp3_ctrl.c
@@ -1256,6 +1256,7 @@ int mdp3_ctrl_init(struct msm_fb_data_type *mfd)
goto init_done;
}
+ mdp3_session->dma->output_config.out_sel = intf_type;
mdp3_session->mfd = mfd;
mdp3_session->panel = dev_get_platdata(&mfd->pdev->dev);
mdp3_session->status = 0;