Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sprite.c56 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ivb_update_plane()
237 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ilk_update_plane()
/freebsd-12.1/sys/arm/nvidia/drm2/
H A Dtegra_fb.c297 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_drm_fb_create()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc.h1079 extern int drm_format_plane_cpp(uint32_t format, int plane);
H A Ddrm_crtc.c2290 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check()
3834 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function
3871 EXPORT_SYMBOL(drm_format_plane_cpp);