Re: [PATCH] drm/stm: ltdc: remove error message about scaling

2022-06-27 Thread Philippe CORNU
On 6/3/22 15:42, Yannick Fertre wrote: Remove error message about scaling & replace it by a debug message to avoid too much error. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/stm/ltdc.c

Re: [PATCH] drm/stm: ltdc: remove error message about scaling

2022-06-09 Thread Raphael Gallais-Pou
Hi, Thanks Acked-by: Raphael Gallais-Pou Cheers, Raphaƫl On 6/3/22 15:42, Yannick Fertre wrote: > Remove error message about scaling & replace it by a debug > message to avoid too much error. > > Signed-off-by: Yannick Fertre > --- > drivers/gpu/drm/stm/ltdc.c | 3 ++- > 1 file changed, 2

[PATCH] drm/stm: ltdc: remove error message about scaling

2022-06-03 Thread Yannick Fertre
Remove error message about scaling & replace it by a debug message to avoid too much error. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/stm/ltdc.c b/drivers/gpu/drm/stm/ltdc.c index eeefc3260c0