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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h1060 extern int drm_format_num_planes(uint32_t format);
/solaris-x11-s11/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 23 milliseconds