Searched refs:tegra_plane_format_is_yuv (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | plane.h | 93 bool tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc);
|
D | plane.c | 489 bool tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc) in tegra_plane_format_is_yuv() function 556 if (tegra_plane_format_is_yuv(opaque, NULL, NULL)) { in tegra_plane_format_get_alpha()
|
D | hub.c | 565 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planes, &bpc); in tegra_shared_plane_atomic_update()
|
D | dc.c | 358 yuv = tegra_plane_format_is_yuv(window->format, &planes, NULL); in tegra_dc_setup_window()
|