Home
last modified time | relevance | path

Searched refs:drm_format_num_planes (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c216 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()
H A Dtegra_dc.c263 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format); in dc_parse_drm_format()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c2257 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() function
3779 EXPORT_SYMBOL(drm_format_num_planes);
3794 if (plane >= drm_format_num_planes(format)) in drm_format_plane_cpp()
H A Ddrm_crtc.h1076 extern int drm_format_num_planes(uint32_t format);