int mdp_dsi_cmd_off() { mdp_dma_off(); /* * Allow sometime for the DMA channel to * stop the data transfer */ mdelay(10); writel(0x00000000, MDP_INTR_ENABLE); writel(0x00000003, MDP_OVERLAYPROC0_CFG); return NO_ERROR; }
int mdp_dsi_cmd_off(void) { if (!target_cont_splash_screen()) { mdp_dma_off(); /* * Allow sometime for the DMA channel to * stop the data transfer */ mdelay(10); } writel(0x00000000, MDP_INTR_ENABLE); writel(0x01ffffff, MDP_INTR_CLEAR); return NO_ERROR; }