Searched refs:surface_format (Results 1 – 1 of 1) sorted by relevance
1296 uint32_t surface_format = DRM_FORMAT_INVALID; in __drm_fb_helper_find_sizes() local1316 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1320 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1325 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1329 surface_format = drm_fb_helper_find_format(fb_helper, in __drm_fb_helper_find_sizes()1333 if (surface_format != DRM_FORMAT_INVALID) in __drm_fb_helper_find_sizes()1337 if (surface_format == DRM_FORMAT_INVALID) { in __drm_fb_helper_find_sizes()1344 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()1347 info = drm_format_info(surface_format); in __drm_fb_helper_find_sizes()