Home
last modified time | relevance | path

Searched refs:drm_driver_color_mode_format (Results 1 – 5 of 5) 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.c158 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);
H A Ddrm_fb_helper.c1390 format = drm_driver_color_mode_format(dev, color_mode); in drm_fb_helper_find_format()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c712 fourcc = drm_driver_color_mode_format(dev, args->bpp); in msm_gem_dumb_create()