Loading drivers/video/msm/mdss/mdss_dsi_host.c +2 −1 Original line number Diff line number Diff line Loading @@ -2306,7 +2306,8 @@ void mdss_dsi_wait4video_done(struct mdss_dsi_ctrl_pdata *ctrl) /* DSI_INTL_CTRL */ data = MIPI_INP((ctrl->ctrl_base) + 0x0110); data &= DSI_INTR_TOTAL_MASK; /* clear previous VIDEO_DONE interrupt as well */ data &= (DSI_INTR_TOTAL_MASK | DSI_INTR_VIDEO_DONE); data |= DSI_INTR_VIDEO_DONE_MASK; MIPI_OUTP((ctrl->ctrl_base) + 0x0110, data); Loading Loading
drivers/video/msm/mdss/mdss_dsi_host.c +2 −1 Original line number Diff line number Diff line Loading @@ -2306,7 +2306,8 @@ void mdss_dsi_wait4video_done(struct mdss_dsi_ctrl_pdata *ctrl) /* DSI_INTL_CTRL */ data = MIPI_INP((ctrl->ctrl_base) + 0x0110); data &= DSI_INTR_TOTAL_MASK; /* clear previous VIDEO_DONE interrupt as well */ data &= (DSI_INTR_TOTAL_MASK | DSI_INTR_VIDEO_DONE); data |= DSI_INTR_VIDEO_DONE_MASK; MIPI_OUTP((ctrl->ctrl_base) + 0x0110, data); Loading