Searched refs:surface_format (Results 1 – 1 of 1) sorted by relevance
1513 uint32_t surface_format = DRM_FORMAT_INVALID; in __drm_fb_helper_find_sizes() local1533 surface_format = drm_fb_helper_find_color_mode_format(fb_helper, in __drm_fb_helper_find_sizes()1537 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1542 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1546 surface_format = drm_fb_helper_find_color_mode_format(fb_helper, in __drm_fb_helper_find_sizes()1550 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1554 if (surface_format == DRM_FORMAT_INVALID) { in __drm_fb_helper_find_sizes()1561 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()1564 info = drm_format_info(surface_format); in __drm_fb_helper_find_sizes()