Re: [PATCH v2 04/10] drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2022-03-09 12:53:38
Also in:
dri-devel, linux-m68k, lkml
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2022-03-09 12:53:38
Also in:
dri-devel, linux-m68k, lkml
On 3/7/22 21:52, Geert Uytterhoeven wrote:
When userspace queries the properties of a frame buffer, the number of bits per pixel is derived from the deprecated drm_format_info.cpp[] field, which does not take into account block sizes. Fix this by using the actual number of bits per pixel instead. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> -- Best regards, Javier Martinez Canillas Linux Engineering Red Hat