Re: [PATCH v2 01/10] drm/fourcc: Add drm_format_info_bpp() helper

2022-03-09 Thread Javier Martinez Canillas
Hello Geert, On 3/7/22 21:52, Geert Uytterhoeven wrote: > Add a helper to retrieve the actual number of bits per pixel for a > plane, taking into account the number of characters and pixels per > block for tiled formats. > > Signed-off-by: Geert Uytterhoeven > --- Patch looks good to me.

[PATCH v2 01/10] drm/fourcc: Add drm_format_info_bpp() helper

2022-03-07 Thread Geert Uytterhoeven
Add a helper to retrieve the actual number of bits per pixel for a plane, taking into account the number of characters and pixels per block for tiled formats. Signed-off-by: Geert Uytterhoeven --- v2: - Move up. --- drivers/gpu/drm/drm_fourcc.c | 19 +++