Searched refs:drm_format_plane_cpp (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sprite.c54 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
221 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
412 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
623 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h1061 extern int drm_format_plane_cpp(uint32_t format, int plane);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2416 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);
3738 * drm_format_plane_cpp - determine the bytes per pixel value
3745 int drm_format_plane_cpp(uint32_t format, int plane) function

Completed in 26 milliseconds