Re: [PATCH v2 6/8] drm/fb-helper: Pass buffer format via drm_fb_helper_surface_size

2023-08-31 Thread Thomas Zimmermann
Hi Am 24.08.23 um 17:08 schrieb Geert Uytterhoeven: drm_fb_helper_single_fb_probe() first calls drm_fb_helper_find_sizes(), followed by drm_fbdev_generic_helper_fb_probe(): - The former tries to find a suitable buffer format, taking into account limitations of the whole display

[PATCH v2 6/8] drm/fb-helper: Pass buffer format via drm_fb_helper_surface_size

2023-08-24 Thread Geert Uytterhoeven
drm_fb_helper_single_fb_probe() first calls drm_fb_helper_find_sizes(), followed by drm_fbdev_generic_helper_fb_probe(): - The former tries to find a suitable buffer format, taking into account limitations of the whole display pipeline, - The latter just calls drm_mode_legacy_fb_format()