Searched refs:drm_format_info_bpp (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/drm/ |
D | drm_fourcc.h | 320 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_fourcc.c | 427 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);
|
D | drm_fbdev_ttm.c | 151 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_ttm_damage_blit_real()
|
D | drm_gem_framebuffer_helper.c | 518 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
|
D | drm_format_helper.c | 280 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()
|
D | drm_client.c | 297 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create()
|
D | drm_fb_helper.c | 1199 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()
|
D | drm_framebuffer.c | 547 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
|
/linux-6.12.1/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 1041 color_mode = drm_format_info_bpp(sdev->format, 0); in simpledrm_probe()
|
D | ofdrm.c | 1376 color_mode = drm_format_info_bpp(odev->format, 0); in ofdrm_probe()
|
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 328 return drm_format_info_bpp(format, 0); in vop2_get_bpp()
|