/linux/kernel/git/atorgue/stm32.git
stm32-next
patch link:
https://lore.kernel.org/r/20250821130356.883553-1-raphael.gallais-pou%40foss.st.com
patch subject: [PATCH] drm/stm: ltdc: unify log system
config: arm-randconfig-r072-20250824
(https://download.01.org/0day-ci/archive/20250825
Hi Raphael,
Thanks for the patch.
Acked-by: Yannick Fertre
Le 21/08/2025 à 15:03, Raphael Gallais-Pou a écrit :
- DRM_DEBUG_DRIVER("\n");
+ drm_dbg_driver(ddev, "\n");
DRM_ERROR and similar are deprecated. Use drm_dev based logging.
Signed-off-by: Raphael Gallais-Pou
---
drivers/gpu/drm/stm/ltdc.c | 135 +++--
1 file changed, 68 insertions(+), 67 deletions(-)
diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c