Searched refs:tegra_plane_format_is_yuv (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/tegra/ |
| A D | plane.h | 93 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar, unsigned int *bpc);
|
| A D | plane.c | 471 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar, unsigned int *bpc) in tegra_plane_format_is_yuv() function 523 if (tegra_plane_format_is_yuv(opaque, NULL, NULL)) { in tegra_plane_format_get_alpha()
|
| A D | hub.c | 562 yuv = tegra_plane_format_is_yuv(tegra_plane_state->format, &planar, &bpc); in tegra_shared_plane_atomic_update()
|
| A D | dc.c | 352 yuv = tegra_plane_format_is_yuv(window->format, &planar, NULL); in tegra_dc_setup_window()
|
Completed in 13 milliseconds