diff --git a/msm/dsi/dsi_panel.c b/msm/dsi/dsi_panel.c index 4948fee514..15d7811e28 100644 --- a/msm/dsi/dsi_panel.c +++ b/msm/dsi/dsi_panel.c @@ -436,6 +436,8 @@ static int dsi_panel_tx_cmd_set(struct dsi_panel *panel, goto error; } + cmds->ctrl_flags = 0; + for (i = 0; i < count; i++) { if (state == DSI_CMD_SET_STATE_LP) cmds->msg.flags |= MIPI_DSI_MSG_USE_LPM;