Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/clients/
H A Ddrm_fbdev_client.c134 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_fbdev_ttm.c77 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_ttm_damage_blit_real()
H A Ddrm_client.c405 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create_dumb()
H A Ddrm_fbdev_dma.c119 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_dma_damage_blit_real()
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_fb_helper.c1137 var->bits_per_pixel = drm_format_info_bpp(fb->format, 0); in __fill_var()
1192 bpp = drm_format_info_bpp(format, 0); in drm_fb_helper_check_var()
1466 sizes->surface_bpp = drm_format_info_bpp(info, 0); in __drm_fb_helper_find_sizes()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c523 bpp = drm_format_info_bpp(info, 0); in intel_fbdev_color_mode()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c168 return drm_format_info_bpp(format, 0); in vop2_get_bpp()