Re: [PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals

2023-01-25 Thread Javier Martinez Canillas
On 1/24/23 14:40, Thomas Zimmermann wrote: > Store the console's preferred BPP value in struct drm_fb_helper > and remove the respective function parameters from the internal > fbdev code. > > The BPP value is only required as a fallback and will now always > be available in the fb-helper instance

[PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals

2023-01-24 Thread Thomas Zimmermann
Store the console's preferred BPP value in struct drm_fb_helper and remove the respective function parameters from the internal fbdev code. The BPP value is only required as a fallback and will now always be available in the fb-helper instance. No functional changes. Signed-off-by: Thomas Zimmer