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>
This commit is contained in:
parent
d69648f044
commit
dacb6ec79e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue