Re: [PATCH] drm: mxsfb: Shutdown the display on system shutdown

2022-01-01 Thread Laurent Pinchart
Hi Marek, Thank you for the patch. On Sat, Jan 01, 2022 at 10:37:55PM +0100, Marek Vasut wrote: > When the system shuts down or warm reboots, the display may be active. > Implement the platform_driver .shutdown() operation and shut down the > display. > > Signed-off-by: Marek Vasut > Cc: Daniel

[PATCH] drm: mxsfb: Shutdown the display on system shutdown

2022-01-01 Thread Marek Vasut
When the system shuts down or warm reboots, the display may be active. Implement the platform_driver .shutdown() operation and shut down the display. Signed-off-by: Marek Vasut Cc: Daniel Vetter Cc: Laurent Pinchart Cc: Lucas Stach Cc: Sam Ravnborg Cc: Stefan Agner Cc: Thomas Zimmermann ---