Searched refs:surface_format (Results 1 – 1 of 1) sorted by relevance
1490 uint32_t surface_format = DRM_FORMAT_INVALID; in __drm_fb_helper_find_sizes() local1510 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1514 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1519 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1523 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1527 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1531 if (surface_format == DRM_FORMAT_INVALID) { in __drm_fb_helper_find_sizes()1538 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()1541 info = drm_format_info(surface_format); in __drm_fb_helper_find_sizes()