Searched refs:drm_driver_legacy_fb_format (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fourcc.h | 313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fourcc.h | 313 uint32_t drm_driver_legacy_fb_format(struct drm_device *dev,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 99 * 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 D | drm_framebuffer.c | 126 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 D | drm_fourcc.c | 109 * 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 D | drm_framebuffer.c | 126 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); in drm_mode_addfb()
|
H A D | drm_fb_helper.c | 1561 surface_format = drm_driver_legacy_fb_format(dev, 32, 24); in __drm_fb_helper_find_sizes()
|
Completed in 9 milliseconds