Le 21/08/2026 à 16:39, Maxime Ripard a écrit :
The stm crtc implementation uses the deprecated drm_atomic_helper_crtc_reset() as its reset hook. Switch to drm_atomic_helper_crtc_create_state() instead. Signed-off-by: Maxime Ripard <[email protected]> --- Cc: Alexandre Torgue <[email protected]> Cc: Maxime Coquelin <[email protected]> Cc: Philippe Cornu <[email protected]> Cc: Raphael Gallais-Pou <[email protected]> Cc: Yannick Fertre <[email protected]> --- drivers/gpu/drm/stm/ltdc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Raphaël Gallais-Pou <[email protected]> Thank you, Best regards, Raphaël
