Re: [PATCH 4/5] drm/stm: ltdc: add support of flexible pixel formats

2022-01-13 Thread Raphael Gallais-Pou
On 12/15/21 10:48 PM, Yannick Fertre wrote: > This feature allows the generation of any RGB pixel format. > The list of supported formats is no longer linked to the > register LXPFCR_PF, that the reason why a list of drm formats is > defined for each display controller version. > > Signed-off-by:

Re: [PATCH 4/5] drm/stm: ltdc: add support of flexible pixel formats

2022-01-04 Thread Philippe CORNU
On 12/15/21 10:48 PM, Yannick Fertre wrote: This feature allows the generation of any RGB pixel format. The list of supported formats is no longer linked to the register LXPFCR_PF, that the reason why a list of drm formats is defined for each display controller version. Signed-off-by: Yannick

[PATCH 4/5] drm/stm: ltdc: add support of flexible pixel formats

2021-12-15 Thread Yannick Fertre
This feature allows the generation of any RGB pixel format. The list of supported formats is no longer linked to the register LXPFCR_PF, that the reason why a list of drm formats is defined for each display controller version. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 196 ++