Loading drivers/video/msm/mdss/dsi_host_v2.c +0 −2 Original line number Diff line number Diff line Loading @@ -958,14 +958,12 @@ int msm_dsi_cmdlist_commit(struct mdss_dsi_ctrl_pdata *ctrl, int from_mdp) } msm_dsi_clk_ctrl(&ctrl->panel_data, 1); dsi_set_tx_power_mode(0); if (req->flags & CMD_REQ_RX) msm_dsi_cmdlist_rx(ctrl, req); else msm_dsi_cmdlist_tx(ctrl, req); dsi_set_tx_power_mode(1); msm_dsi_clk_ctrl(&ctrl->panel_data, 0); mutex_unlock(&ctrl->cmd_mutex); Loading Loading
drivers/video/msm/mdss/dsi_host_v2.c +0 −2 Original line number Diff line number Diff line Loading @@ -958,14 +958,12 @@ int msm_dsi_cmdlist_commit(struct mdss_dsi_ctrl_pdata *ctrl, int from_mdp) } msm_dsi_clk_ctrl(&ctrl->panel_data, 1); dsi_set_tx_power_mode(0); if (req->flags & CMD_REQ_RX) msm_dsi_cmdlist_rx(ctrl, req); else msm_dsi_cmdlist_tx(ctrl, req); dsi_set_tx_power_mode(1); msm_dsi_clk_ctrl(&ctrl->panel_data, 0); mutex_unlock(&ctrl->cmd_mutex); Loading