summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorTerence Hampson <thampson@codeaurora.org>2015-09-11 16:06:39 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:45:46 -0700
commitdacb6ec79edc7abafe4fe24eb3356e58a9934d35 (patch)
treeed4cf913981f7365ae917d82f6b8ccd33300e233 /drivers/video
parentd69648f044d0c5e4838c1b94a3876676c39f3e8d (diff)
msm: mdss: DSI mode switch send dcs cmd with CMD_REQ
Regression in change I532587eaa763499c9d51909937339093cd74a8cf. During DSI mode change we need to send dsc command with CMD_REQ_COMMIT flag. Change-Id: Ibc970c70c974cb020c05780f45341a9a99eb6e30 Signed-off-by: Terence Hampson <thampson@codeaurora.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/msm/mdss_dsi_panel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_dsi_panel.c b/drivers/video/fbdev/msm/mdss_dsi_panel.c
index 14ca0bc7990c..4c9c11b94283 100644
--- a/drivers/video/fbdev/msm/mdss_dsi_panel.c
+++ b/drivers/video/fbdev/msm/mdss_dsi_panel.c
@@ -587,6 +587,7 @@ static void mdss_dsi_panel_switch_mode(struct mdss_panel_data *pdata,
panel_data);
if (mipi->dms_mode != DYNAMIC_MODE_RESOLUTION_SWITCH_IMMEDIATE) {
+ flags |= CMD_REQ_COMMIT;
if (mode == SWITCH_TO_CMD_MODE)
pcmds = &ctrl_pdata->video2cmd;
else