Home
last modified time | relevance | path

Searched refs:tegra_plane_format_is_yuv (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dplane.h77 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar);
H A Dplane.c346 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar) in tegra_plane_format_is_yuv() function
392 if (tegra_plane_format_is_yuv(opaque, NULL)) { in tegra_plane_format_get_alpha()
H A Ddc.c351 yuv = tegra_plane_format_is_yuv(window->format, &planar); in tegra_dc_setup_window()