Searched refs:drm_format_info_bpp (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/drm/ |
D | drm_fourcc.h | 319 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_client.c | 267 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create() 376 fb_req.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_addfb()
|
D | drm_fourcc.c | 415 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane) in drm_format_info_bpp() function 424 EXPORT_SYMBOL(drm_format_info_bpp);
|
D | drm_format_helper.c | 188 unsigned int bpp_i = drm_format_info_bpp(format, i); in drm_fb_memcpy() 255 u8 cpp = DIV_ROUND_UP(drm_format_info_bpp(format, 0), 8); in drm_fb_swab()
|
D | drm_gem_framebuffer_helper.c | 510 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
|
D | drm_fb_helper.c | 385 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fb_helper_damage_blit_real() 1397 bpp = drm_format_info_bpp(format, 0); in drm_fb_helper_check_var() 1801 info->var.bits_per_pixel = drm_format_info_bpp(format, 0); in drm_fb_helper_fill_var()
|
D | drm_framebuffer.c | 533 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
|