Searched refs:surface_format (Results 1 – 1 of 1) sorted by relevance
1514 uint32_t surface_format = DRM_FORMAT_INVALID; in __drm_fb_helper_find_sizes() local1534 surface_format = drm_fb_helper_find_color_mode_format(fb_helper, in __drm_fb_helper_find_sizes()1538 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1543 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1547 surface_format = drm_fb_helper_find_color_mode_format(fb_helper, in __drm_fb_helper_find_sizes()1551 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1555 if (surface_format == DRM_FORMAT_INVALID) { in __drm_fb_helper_find_sizes()1562 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()1565 info = drm_format_info(surface_format); in __drm_fb_helper_find_sizes()