Searched refs:resource_pixel_format_to_bpp (Results 1 – 5 of 5) sorted by relevance
590 unsigned int resource_pixel_format_to_bpp(enum surface_pixel_format format);
1213 unsigned int bpp = resource_pixel_format_to_bpp(surf_pix_format); in dcn10_patch_unknown_plane_state()
2200 unsigned int bpp = resource_pixel_format_to_bpp(surf_pix_format); in dcn20_patch_unknown_plane_state()
2548 if (resource_pixel_format_to_bpp(u->plane_info->format) != in get_plane_info_update_type()2549 resource_pixel_format_to_bpp(u->surface->format)) { in get_plane_info_update_type()
4873 unsigned int resource_pixel_format_to_bpp(enum surface_pixel_format format) in resource_pixel_format_to_bpp() function