Searched refs:drm_format_info_bpp (Results 1 – 6 of 6) sorted by relevance
125 unsigned int bpp = drm_format_info_bpp(format, 0); in drm_fbdev_client_setup()
320 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
492 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane) in drm_format_info_bpp() function501 EXPORT_SYMBOL(drm_format_info_bpp);
518 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
549 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
167 return drm_format_info_bpp(format, 0); in vop2_get_bpp()