tegra_plane_format_is_yuv
yuv = tegra_plane_format_is_yuv(window->format, &planes, NULL);
yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc);
if (tegra_plane_format_is_yuv(opaque, NULL, NULL)) {
bool tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc);