Commit 3682d60
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 <yannick.fertre@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/4161851 parent 49ba6ad commit 3682d60
2 files changed
+16
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
813 | | - | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
814 | 823 | | |
| 824 | + | |
815 | 825 | | |
816 | 826 | | |
817 | 827 | | |
| |||
2413 | 2423 | | |
2414 | 2424 | | |
2415 | 2425 | | |
2416 | | - | |
2417 | 2426 | | |
2418 | 2427 | | |
2419 | 2428 | | |
| |||
2472 | 2481 | | |
2473 | 2482 | | |
2474 | 2483 | | |
2475 | | - | |
| 2484 | + | |
2476 | 2485 | | |
2477 | 2486 | | |
2478 | 2487 | | |
| |||
2483 | 2492 | | |
2484 | 2493 | | |
2485 | 2494 | | |
2486 | | - | |
2487 | | - | |
| 2495 | + | |
| 2496 | + | |
2488 | 2497 | | |
2489 | | - | |
| 2498 | + | |
2490 | 2499 | | |
2491 | 2500 | | |
2492 | 2501 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments