Hi Thomas, Thank you for your comments! On Mon, Jul 14, 2025 at 11:13:04AM +0200, Thomas Zimmermann wrote: > Hi > > Am 14.07.25 um 10:04 schrieb Marcus Folkesson: > > drm_fb_xrgb8888_to_gray2() works like and share much code with > > drm_fb_xrgb8888_to_mono(), but converts XRGB8888 to > > 2bit grayscale instead. > > > > It uses drm_fb_xrgb8888_to_gray8() to convert the pixels to gray8 as an > > intermediate step before converting to gray2. > > Please don't share code here.  This needs a serious rework anyway. The best > thing for now is to add a new, separate function for _gray2(). I see. I will instead add a separate _gray() function, even though it will look very similar to _mono. > > Best regards > Thomas Best regards, Marcus Folkesson