Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/
Ddrm_fourcc.h320 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
/linux-6.12.1/drivers/gpu/drm/
Ddrm_fourcc.c427 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane) in drm_format_info_bpp() function
436 EXPORT_SYMBOL(drm_format_info_bpp);
Ddrm_fbdev_ttm.c151 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_ttm_damage_blit_real()
Ddrm_gem_framebuffer_helper.c518 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
Ddrm_format_helper.c280 unsigned int bpp_i = drm_format_info_bpp(format, i); in drm_fb_memcpy()
349 u8 cpp = DIV_ROUND_UP(drm_format_info_bpp(format, 0), 8); in drm_fb_swab()
Ddrm_client.c297 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create()
Ddrm_fb_helper.c1199 var->bits_per_pixel = drm_format_info_bpp(fb->format, 0); in __fill_var()
1254 bpp = drm_format_info_bpp(format, 0); in drm_fb_helper_check_var()
1566 sizes->surface_bpp = drm_format_info_bpp(info, 0); in __drm_fb_helper_find_sizes()
Ddrm_framebuffer.c547 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
/linux-6.12.1/drivers/gpu/drm/tiny/
Dsimpledrm.c1041 color_mode = drm_format_info_bpp(sdev->format, 0); in simpledrm_probe()
Dofdrm.c1376 color_mode = drm_format_info_bpp(odev->format, 0); in ofdrm_probe()
/linux-6.12.1/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c328 return drm_format_info_bpp(format, 0); in vop2_get_bpp()