forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/stm: ltdc: reset ltdc on crtc enable
To avoid any blocking point between uboot and the kernel, ltdc must be reset. To have a continuous display, the reset is conditional on the boolean "default-on". The reset must be done when activating the crtc. Change-Id: I1f8c31087ea28fab4ff56400f1aa863541ed08c3 Signed-off-by: Yannick Fertre <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/416185
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
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
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