Home
last modified time | relevance | path

Searched refs:drm_driver_legacy_fb_format (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_fourcc.h313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_fourcc.c119 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev, in drm_driver_legacy_fb_format() function
141 EXPORT_SYMBOL(drm_driver_legacy_fb_format);
Ddrm_framebuffer.c126 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); in drm_mode_addfb()
Ddrm_fb_helper.c1561 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()