Re: [PATCH 3/7] drm/cirrus: Decouple fbdev bpp value from color depth

2022-11-18 Thread Javier Martinez Canillas
On 11/16/22 17:09, Thomas Zimmermann wrote: > Cirrus has a preferred color depth of 16 bit; also use it as fbdev > bpp value. Don't use the color depth directly. It has a different > meaning than bpp and both cannot be used interchangeably. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gp

[PATCH 3/7] drm/cirrus: Decouple fbdev bpp value from color depth

2022-11-16 Thread Thomas Zimmermann
Cirrus has a preferred color depth of 16 bit; also use it as fbdev bpp value. Don't use the color depth directly. It has a different meaning than bpp and both cannot be used interchangeably. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/cirrus.c | 2 +- 1 file changed, 1 insertion(+)