Searched refs:surface_format (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1513 uint32_t surface_format = DRM_FORMAT_INVALID; local
1533 surface_format = drm_fb_helper_find_color_mode_format(fb_helper,
1537 if (surface_format != DRM_FORMAT_INVALID)
1542 if (surface_format != DRM_FORMAT_INVALID)
1546 surface_format = drm_fb_helper_find_color_mode_format(fb_helper,
1550 if (surface_format != DRM_FORMAT_INVALID)
1554 if (surface_format == DRM_FORMAT_INVALID) {
1561 surface_format = drm_driver_legacy_fb_format(dev, 32, 24);
1564 info = drm_format_info(surface_format);

Completed in 666 milliseconds