Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_fourcc.h313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_fourcc.h313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fourcc.c99 * drm_driver_legacy_fb_format - compute drm fourcc code from legacy description
109 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev, in drm_driver_legacy_fb_format() function
131 EXPORT_SYMBOL(drm_driver_legacy_fb_format); variable
H A Ddrm_framebuffer.c126 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); in drm_mode_addfb()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_fourcc.c109 * drm_driver_legacy_fb_format - compute drm fourcc code from legacy description
119 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); variable
H A Ddrm_framebuffer.c126 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); in drm_mode_addfb()
H A Ddrm_fb_helper.c1561 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()

Completed in 9 milliseconds