Re: [PATCH v2 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]

2022-03-09 Thread Geert Uytterhoeven
Hi Javier, On Wed, Mar 9, 2022 at 2:10 PM Javier Martinez Canillas wrote: > On 3/7/22 21:52, Geert Uytterhoeven wrote: > > Add support for color-indexed frame buffer formats with two, four, and > > sixteen colors to the DRM framebuffer helper functions: > > 1. Add support for 1, 2, and 4 bits

Re: [PATCH v2 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]

2022-03-09 Thread Javier Martinez Canillas
On 3/7/22 21:52, Geert Uytterhoeven wrote: > Add support for color-indexed frame buffer formats with two, four, and > sixteen colors to the DRM framebuffer helper functions: > 1. Add support for 1, 2, and 4 bits per pixel to the damage helper, > 2. For color-indexed modes, the length of the

[PATCH v2 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]

2022-03-07 Thread Geert Uytterhoeven
Add support for color-indexed frame buffer formats with two, four, and sixteen colors to the DRM framebuffer helper functions: 1. Add support for 1, 2, and 4 bits per pixel to the damage helper, 2. For color-indexed modes, the length of the color bitfields must be set to the color depth,