Searched refs:drm_format_num_planes (Results 1 – 4 of 4) sorted by relevance
216 if (idx >= drm_format_num_planes(fb->drm_fb.pixel_format)) in tegra_fb_get_plane()280 nplanes = drm_format_num_planes(cmd->pixel_format); in tegra_drm_fb_create()
263 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format); in dc_parse_drm_format()
2257 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()3754 int drm_format_num_planes(uint32_t format) in drm_format_num_planes() function3779 EXPORT_SYMBOL(drm_format_num_planes);3794 if (plane >= drm_format_num_planes(format)) in drm_format_plane_cpp()
1076 extern int drm_format_num_planes(uint32_t format);