Searched refs:drm_format_info_bpp (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_fourcc.h | 319 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_client.c | 273 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create() 382 fb_req.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_addfb()
|
A D | drm_fourcc.c | 419 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane) in drm_format_info_bpp() function 428 EXPORT_SYMBOL(drm_format_info_bpp);
|
A D | drm_gem_framebuffer_helper.c | 509 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
|
A 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()
|
A D | drm_fbdev_generic.c | 252 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_damage_blit_real()
|
A D | drm_fb_helper.c | 1560 bpp = drm_format_info_bpp(format, 0); in drm_fb_helper_check_var() 1865 sizes->surface_bpp = drm_format_info_bpp(info, 0); in __drm_fb_helper_find_sizes() 2025 info->var.bits_per_pixel = drm_format_info_bpp(format, 0); in drm_fb_helper_fill_var()
|
A D | drm_framebuffer.c | 533 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | simpledrm.c | 869 color_mode = drm_format_info_bpp(sdev->format, 0); in simpledrm_probe()
|
A D | ofdrm.c | 1367 color_mode = drm_format_info_bpp(odev->format, 0); in ofdrm_probe()
|
Completed in 25 milliseconds