Merge "disp: msm: dsi: avoid seamless request for cwb transitions"

This commit is contained in:
qctecmdr
2020-04-23 09:09:01 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت 9794834cc5
6فایلهای تغییر یافته به همراه119 افزوده شده و 43 حذف شده

مشاهده پرونده

@@ -411,6 +411,9 @@ static int dsi_panel_tx_cmd_set(struct dsi_panel *panel,
if (cmds->last_command)
cmds->msg.flags |= MIPI_DSI_MSG_LASTCOMMAND;
if (type == DSI_CMD_SET_VID_TO_CMD_SWITCH)
cmds->msg.flags |= MIPI_DSI_MSG_ASYNC_OVERRIDE;
len = ops->transfer(panel->host, &cmds->msg);
if (len < 0) {
rc = len;