Following investigations of a hardware bug, the LIE interrupt
can occur while the display controller is not activated.
LIE interrupt (vblank) don't have to be set if the CRTC is not
enabled.
Signed-off-by: Yannick Fertre <redacted>
---
drivers/gpu/drm/stm/ltdc.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
From: Philippe CORNU <hidden> Date: 2020-01-23 09:50:30
Dear Yannick,
Thank you for your patch,
Acked-by: Philippe Cornu <redacted>
Philippe :-)
On 1/21/20 11:14 AM, Yannick Fertre wrote:
quoted hunk
Following investigations of a hardware bug, the LIE interrupt
can occur while the display controller is not activated.
LIE interrupt (vblank) don't have to be set if the CRTC is not
enabled.
Signed-off-by: Yannick Fertre <redacted>
---
drivers/gpu/drm/stm/ltdc.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
From: Benjamin Gaignard <hidden> Date: 2020-02-04 10:58:43
Le jeu. 23 janv. 2020 à 10:50, Philippe CORNU [off-list ref] a écrit :
Dear Yannick,
Thank you for your patch,
Acked-by: Philippe Cornu <redacted>
Philippe :-)
On 1/21/20 11:14 AM, Yannick Fertre wrote:
quoted
Following investigations of a hardware bug, the LIE interrupt
can occur while the display controller is not activated.
LIE interrupt (vblank) don't have to be set if the CRTC is not
enabled.