Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_fourcc.h313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
/linux-6.1.9/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()