Hi, On Fri, Sep 22, 2023 at 12:56 AM Laurentiu Palcu <laurentiu.palcu@xxxxxxxxxxx> wrote: > > Hi, > > On Thu, Sep 21, 2023 at 12:26:44PM -0700, Douglas Anderson wrote: > > Based on grepping through the source code this driver appears to be > > missing a call to drm_atomic_helper_shutdown() at system shutdown > > time. Among other things, this means that if a panel is in use that it > > won't be cleanly powered off at system shutdown time. > > > > The fact that we should call drm_atomic_helper_shutdown() in the case > > of OS shutdown/restart comes straight out of the kernel doc "driver > > instance overview" in drm_drv.c. > > > > Suggested-by: Maxime Ripard <mripard@xxxxxxxxxx> > > Reviewed-by: Maxime Ripard <mripard@xxxxxxxxxx> > > Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > > No issues found on i.MX8MQ. > > Tested-by: Laurentiu Palcu <laurentiu.palcu@xxxxxxxxxxx> > Reviewed-by: Laurentiu Palcu <laurentiu.palcu@xxxxxxxxxxx> Thanks! Would you expect this patch to land through drm-misc? If so, I'm happy to commit it there with your tags. If patches to this driver normally flow through drm-misc, I'm also happy to post a patch to MAINTAINERS (or review a patch you post) adding this to the entry for "NXP i.MX 8MQ DCSS DRIVER": T: git git://anongit.freedesktop.org/drm/drm-misc ...which would make it obvious in the future that things should land through drm-misc. This is similar to what I did for commit 92e62478b62c ("MAINTAINERS: Update DRM DRIVERS FOR FREESCALE IMX entry"). :-) -Doug