diff options
author | Padmanabhan Komanduru <pkomandu@codeaurora.org> | 2015-07-07 20:57:52 +0530 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:46:18 -0700 |
commit | b58ac1481a0e3cc00c3b0e0e2cf090731ca8e054 (patch) | |
tree | cdd2b28981e7a45d56d9e07702e0d8ae6ddf8c1f /drivers/video/fbdev/msm/mdss_util.c | |
parent | 6ffee7b10f36e0f9bb7487c62b4e9452a26350da (diff) |
msm: mdss: handle continuous splash screen for dual DSI cases
In the current implementation, the continuous splash screen flag
is set based on whether there is handoff pending in MDP or not.
With the dual DSI use-case now in place, there is possibility that
the primary panel has continuous splash enabled whereas the other
panel doesn't have the feature enabled. Add change to take care of
this by checking if a particular interface is enabled in MDP_INTF_SEL
register to set the cont. splash screen flag. Remove the DT entries
for continuous splash screen since it is no longer needed after this
change.
Change-Id: I4d617386c8f5d166de76b79a10680d024320a889
Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
[cip@codeaurora.org: Removed .dtsi changes]
Signed-off-by: Clarence Ip <cip@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev/msm/mdss_util.c')
-rw-r--r-- | drivers/video/fbdev/msm/mdss_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_util.c b/drivers/video/fbdev/msm/mdss_util.c index bde9add2c6dd..965be3bf09db 100644 --- a/drivers/video/fbdev/msm/mdss_util.c +++ b/drivers/video/fbdev/msm/mdss_util.c @@ -151,6 +151,7 @@ struct mdss_util_intf mdss_util = { .bus_bandwidth_ctrl = NULL, .bus_scale_set_quota = NULL, .panel_intf_type = NULL, + .panel_intf_status = NULL, .mdp_probe_done = false }; |