Re: [PATCH resend v2] drm: renesas: shmobile: Call drm_helper_force_disable_all() at shutdown time

2024-06-12 Thread Geert Uytterhoeven
Hi Doug, On Tue, Jun 11, 2024 at 7:33 PM Doug Anderson wrote: > On Wed, May 29, 2024 at 5:16 AM Geert Uytterhoeven > wrote: > > > > From: Douglas Anderson > > > > Based on grepping through the source code, this driver appears to be > > missing a call to drm_atomic_helper_shutdown() at system sh

Re: [PATCH resend v2] drm: renesas: shmobile: Call drm_helper_force_disable_all() at shutdown time

2024-06-11 Thread Doug Anderson
Hi, On Wed, May 29, 2024 at 5:16 AM Geert Uytterhoeven wrote: > > From: Douglas Anderson > > Based on grepping through the source code, this driver appears to be > missing a call to drm_atomic_helper_shutdown() at system shutdown time. > This is important because drm_helper_force_disable_all() w

[PATCH resend v2] drm: renesas: shmobile: Call drm_helper_force_disable_all() at shutdown time

2024-05-29 Thread Geert Uytterhoeven
From: Douglas Anderson Based on grepping through the source code, this driver appears to be missing a call to drm_atomic_helper_shutdown() at system shutdown time. This is important because drm_helper_force_disable_all() will cause panels to get disabled cleanly which may be important for their p