Thomas Zimmermann <tzimmermann@xxxxxxx> writes: > Am 13.07.23 um 10:58 schrieb Javier Martinez Canillas: >> The commit e254b584dbc0 ("drm/ssd130x: Remove hardcoded bits-per-pixel in >> ssd130x_buf_alloc()") used a pixel format info instead of a hardcoded bpp >> to calculate the size of the buffer allocated to store the native pixels. >> >> But that wrongly used the DRM_FORMAT_C1 fourcc pixel format, which is for >> color-indexed frame buffer formats. While the ssd103x controllers don't >> support different single-channel colors nor a Color Lookup Table (CLUT). > > Makes sense to me. > > Reviewed-by: Thomas Zimmermann <tzimmermann@xxxxxxx> > Thanks Geert and Thomas for your review. I've fixed some typos that had in my commit message and pushed this to drm-misc-next. -- Best regards, Javier Martinez Canillas Core Platforms Red Hat