Re: [PATCH libdrm 1/3] util: Add NV24 and NV42 frame buffer formats

2023-07-07 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Wed, Jul 05, 2023 at 05:26:15PM +0200, Geert Uytterhoeven wrote: > Add the missing entries for semi-planar YUV formats with > non-subsampled chroma planes. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart > --- > tests/util/format.c |

[PATCH libdrm 1/3] util: Add NV24 and NV42 frame buffer formats

2023-07-05 Thread Geert Uytterhoeven
Add the missing entries for semi-planar YUV formats with non-subsampled chroma planes. Signed-off-by: Geert Uytterhoeven --- tests/util/format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/util/format.c b/tests/util/format.c index 1ca1b82ce947b2f4..f825027227ddba24 100644 --- a/t