Re: [PATCH 8/8] drm/ssd130x: Switch preferred_bpp/depth to 1

2023-07-14 Thread Javier Martinez Canillas
Geert Uytterhoeven writes: > The native display format is R1. Hence change the preferred_depth and > preferred_bpp to 1, to avoid the overhead of using XR24 and the > associated conversions when using fbdev emulation and its text console. > > Signed-off-by: Geert Uytterhoeven > ---

[PATCH 8/8] drm/ssd130x: Switch preferred_bpp/depth to 1

2023-07-13 Thread Geert Uytterhoeven
The native display format is R1. Hence change the preferred_depth and preferred_bpp to 1, to avoid the overhead of using XR24 and the associated conversions when using fbdev emulation and its text console. Signed-off-by: Geert Uytterhoeven --- drivers/gpu/drm/solomon/ssd130x.c | 4 ++-- 1 file