Home
last modified time | relevance | path

Searched refs:drm_format_info_bpp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/clients/
H A Ddrm_fbdev_client.c125 unsigned int bpp = drm_format_info_bpp(format, 0); in drm_fbdev_client_setup()
/linux/include/drm/
H A Ddrm_fourcc.h320 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c492 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane) in drm_format_info_bpp() function
501 EXPORT_SYMBOL(drm_format_info_bpp);
H A Ddrm_gem_framebuffer_helper.c518 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
H A Ddrm_framebuffer.c549 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c167 return drm_format_info_bpp(format, 0); in vop2_get_bpp()