Searched defs:drm_format_num_planes (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c2401 num_planes = drm_format_num_planes(r->pixel_format);
3705 * drm_format_num_planes - get the number of planes for format
3711 int drm_format_num_planes(uint32_t format) function
3750 if (plane >= drm_format_num_planes(format))

Completed in 42 milliseconds