Re: [PATCH] drm: mxsfb: Shutdown the display on remove

2021-12-31 Thread Laurent Pinchart
Hi Marek, Thank you for the patch. On Fri, Dec 31, 2021 at 05:00:56PM +0100, Marek Vasut wrote: > When the device is unbound from the driver, the display may be active. > Make sure it gets shut down. > > Signed-off-by: Marek Vasut > Cc: Daniel Vetter > Cc: Laurent Pinchart > Cc: Lucas Stach

[PATCH] drm: mxsfb: Shutdown the display on remove

2021-12-31 Thread Marek Vasut
When the device is unbound from the driver, the display may be active. Make sure it gets shut down. Signed-off-by: Marek Vasut Cc: Daniel Vetter Cc: Laurent Pinchart Cc: Lucas Stach Cc: Sam Ravnborg Cc: Stefan Agner Cc: Thomas Zimmermann --- drivers/gpu/drm/mxsfb/mxsfb_drv.c | 1 + 1 file