Loading drivers/video/msm/mdss/mdss_dsi_host.c +7 −0 Original line number Diff line number Diff line Loading @@ -2970,6 +2970,13 @@ static bool mdss_dsi_fifo_status(struct mdss_dsi_ctrl_pdata *ctrl) pr_err("%s: status=%x\n", __func__, status); /* * if DSI FIFO overflow is masked, * do not report overflow error */ if (MIPI_INP(base + 0x10c) & 0xf0000) status = status & 0xaaaaffff; if (status & 0x44440000) {/* DLNx_HS_FIFO_OVERFLOW */ dsi_send_events(ctrl, DSI_EV_DLNx_FIFO_OVERFLOW, 0); /* Ignore FIFO EMPTY when overflow happens */ Loading Loading
drivers/video/msm/mdss/mdss_dsi_host.c +7 −0 Original line number Diff line number Diff line Loading @@ -2970,6 +2970,13 @@ static bool mdss_dsi_fifo_status(struct mdss_dsi_ctrl_pdata *ctrl) pr_err("%s: status=%x\n", __func__, status); /* * if DSI FIFO overflow is masked, * do not report overflow error */ if (MIPI_INP(base + 0x10c) & 0xf0000) status = status & 0xaaaaffff; if (status & 0x44440000) {/* DLNx_HS_FIFO_OVERFLOW */ dsi_send_events(ctrl, DSI_EV_DLNx_FIFO_OVERFLOW, 0); /* Ignore FIFO EMPTY when overflow happens */ Loading