Re: [PATCH] video: stm32: stm32_ltdc: support several hardware versions

2022-05-10 Thread Patrice CHOTARD
On 4/6/22 10:41, Yannick Fertre wrote: > Register mapping & pixel formats depend on version of ltdc > display controller. > > Signed-off-by: Yannick Fertre > --- > > drivers/video/stm32/stm32_ltdc.c | 245 +++ > 1 file changed, 216 insertions(+), 29 deletions(-)

Re: [PATCH] video: stm32: stm32_ltdc: support several hardware versions

2022-04-22 Thread Patrice CHOTARD
Hi Yannick On 4/6/22 10:41, Yannick Fertre wrote: > Register mapping & pixel formats depend on version of ltdc > display controller. > > Signed-off-by: Yannick Fertre > --- > > drivers/video/stm32/stm32_ltdc.c | 245 +++ > 1 file changed, 216 insertions(+), 29

[PATCH] video: stm32: stm32_ltdc: support several hardware versions

2022-04-06 Thread Yannick Fertre
Register mapping & pixel formats depend on version of ltdc display controller. Signed-off-by: Yannick Fertre --- drivers/video/stm32/stm32_ltdc.c | 245 +++ 1 file changed, 216 insertions(+), 29 deletions(-) diff --git a/drivers/video/stm32/stm32_ltdc.c