Loading drivers/video/msm/mdss/mdss_dsi_host.c +3 −1 Original line number Diff line number Diff line Loading @@ -1751,7 +1751,9 @@ void mdss_dsi_cmd_mdp_busy(struct mdss_dsi_ctrl_pdata *ctrl) /* wait until DMA finishes the current job */ pr_debug("%s: pending pid=%d\n", __func__, current->pid); wait_for_completion(&ctrl->mdp_comp); if (!wait_for_completion_timeout(&ctrl->mdp_comp, msecs_to_jiffies(DMA_TX_TIMEOUT))) pr_err("%s: timeout error\n", __func__); } pr_debug("%s: done pid=%d\n", __func__, current->pid); Loading Loading
drivers/video/msm/mdss/mdss_dsi_host.c +3 −1 Original line number Diff line number Diff line Loading @@ -1751,7 +1751,9 @@ void mdss_dsi_cmd_mdp_busy(struct mdss_dsi_ctrl_pdata *ctrl) /* wait until DMA finishes the current job */ pr_debug("%s: pending pid=%d\n", __func__, current->pid); wait_for_completion(&ctrl->mdp_comp); if (!wait_for_completion_timeout(&ctrl->mdp_comp, msecs_to_jiffies(DMA_TX_TIMEOUT))) pr_err("%s: timeout error\n", __func__); } pr_debug("%s: done pid=%d\n", __func__, current->pid); Loading