Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/clients/
H A Ddrm_client_setup.c91 u32 fourcc = drm_driver_color_mode_format(dev, color_mode); in drm_client_setup_with_color_mode()
/linux/include/drm/
H A Ddrm_fourcc.h315 uint32_t drm_driver_color_mode_format(struct drm_device *dev, unsigned int color_mode);
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c143 * drm_driver_color_mode_format - Compute DRM 4CC code from color mode
158 uint32_t drm_driver_color_mode_format(struct drm_device *dev, unsigned int color_mode) in drm_driver_color_mode_format() function
169 EXPORT_SYMBOL(drm_driver_color_mode_format);