Searched refs:surface_format (Results 1 – 1 of 1) sorted by relevance
1480 uint32_t surface_format = DRM_FORMAT_INVALID; in __drm_fb_helper_find_sizes() local1500 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1504 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1509 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1513 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1517 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1521 if (surface_format == DRM_FORMAT_INVALID) { in __drm_fb_helper_find_sizes()1528 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()1531 info = drm_format_info(surface_format); in __drm_fb_helper_find_sizes()