Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dplane.h71 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar);
Dplane.c231 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar) in tegra_plane_format_is_yuv() function
277 if (tegra_plane_format_is_yuv(opaque, NULL)) { in tegra_plane_format_get_alpha()
Ddc.c346 yuv = tegra_plane_format_is_yuv(window->format, &planar); in tegra_dc_setup_window()