Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os/board/rtl8730e/src: disable unnecessary IRQ when backlight power OFF
1. LCDC irq can be disabled when backlight power OFF 2. MIPI irq cannot be disabled because it is required to send cmd to turn backlight power ON, eg: ioctl(fd, LCDDEVIO_SETPOWER, x) where x >0 3. add error handling at lcd_put_area to prevent hang if irq is disabled but put area is called due to timing issue.
- Loading branch information