Searched refs:drm_format_info_bpp (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_fourcc.h | 319 unsigned int drm_format_info_bpp(const struct drm_format_info *info, int plane);
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_client.c | 294 dumb_args.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_create() 403 fb_req.bpp = drm_format_info_bpp(info, 0); in drm_client_buffer_addfb()
|
H 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);
|
H A D | drm_fbdev_generic.c | 150 switch (drm_format_info_bpp(fb->format, 0)) { in drm_fbdev_generic_damage_blit_real()
|
H 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()
|
H A D | drm_gem_framebuffer_helper.c | 518 return drm_format_info_bpp(info, 0); in drm_gem_afbc_get_bpp()
|
H A D | drm_fb_helper.c | 1212 var->bits_per_pixel = drm_format_info_bpp(fb->format, 0); in __fill_var() 1267 bpp = drm_format_info_bpp(format, 0); in drm_fb_helper_check_var() 1579 sizes->surface_bpp = drm_format_info_bpp(info, 0); in __drm_fb_helper_find_sizes()
|
H A D | drm_framebuffer.c | 533 r->bpp = drm_format_info_bpp(fb->format, 0); in drm_mode_getfb()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | simpledrm.c | 882 color_mode = drm_format_info_bpp(sdev->format, 0); in simpledrm_probe()
|
H A D | ofdrm.c | 1363 color_mode = drm_format_info_bpp(odev->format, 0); in ofdrm_probe()
|