Re: (subset) [PATCH v3] drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at shutdown time

2024-06-12 Thread Maxime Ripard
On Wed, 12 Jun 2024 09:23:13 +0200, Geert Uytterhoeven 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. > This is important because drm_atomic_helper_shutdown() will cause > panels to get disabled

[PATCH v3] drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at shutdown time

2024-06-12 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_atomic_helper_shutdown() will cause panels to get disabled cleanly which may be important for their pow