-
Notifications
You must be signed in to change notification settings - Fork 586
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
1 parent
84f4252
commit 6512e6b
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters