msm: mdss: add MDSS_DSI_LINK_READY support in mdp3
Add MDSS_DSI_LINK_READY support to mdp3 driver, since 8909 uses DSI 6g. Change-Id: Iccb752329d2116f09c31a522c53f54c675da1cb7 Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
This commit is contained in:
parent
f07d12346c
commit
73f7e3a8bd
1 changed files with 2 additions and 1 deletions
|
@ -607,7 +607,8 @@ static int mdp3_ctrl_on(struct msm_fb_data_type *mfd)
|
|||
|
||||
panel = mdp3_session->panel;
|
||||
if (panel->event_handler) {
|
||||
rc = panel->event_handler(panel, MDSS_EVENT_UNBLANK, NULL);
|
||||
rc = panel->event_handler(panel, MDSS_EVENT_LINK_READY, NULL);
|
||||
rc |= panel->event_handler(panel, MDSS_EVENT_UNBLANK, NULL);
|
||||
rc |= panel->event_handler(panel, MDSS_EVENT_PANEL_ON, NULL);
|
||||
}
|
||||
if (rc) {
|
||||
|
|
Loading…
Add table
Reference in a new issue