Lines Matching full:planes
259 * Sub-sampling is relevant for chroma planes only and vertical in tegra_plane_calculate_memory_bandwidth()
321 tegra->planes |= WIN_A_ACT_REQ << plane->index; in tegra_plane_state_add()
489 bool tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc) in tegra_plane_format_is_yuv() argument
494 if (planes) in tegra_plane_format_is_yuv()
495 *planes = 1; in tegra_plane_format_is_yuv()
511 if (planes) in tegra_plane_format_is_yuv()
512 *planes = 3; in tegra_plane_format_is_yuv()
525 if (planes) in tegra_plane_format_is_yuv()
526 *planes = 2; in tegra_plane_format_is_yuv()
534 if (planes) in tegra_plane_format_is_yuv()
535 *planes = 1; in tegra_plane_format_is_yuv()
630 /* include all sibling planes into this commit */ in tegra_plane_check_transparency()
634 /* skip this plane and planes on different CRTCs */ in tegra_plane_check_transparency()
678 /* skip this plane and planes on different CRTCs */ in tegra_plane_update_transparency()
714 * If planes zpos / transparency changed, sibling planes blending in tegra_plane_setup_transparency()
723 * All planes are now in the atomic state, walk them up and update in tegra_plane_setup_transparency()
729 /* skip planes on different CRTCs */ in tegra_plane_setup_transparency()