Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c2845 .plane_tiled_memory_bandwidth_x2 = false,
2868 .plane_tiled_memory_bandwidth_x2 = true,
2891 .plane_tiled_memory_bandwidth_x2 = true,
2914 .plane_tiled_memory_bandwidth_x2 = false,
2937 .plane_tiled_memory_bandwidth_x2 = false,
2988 .plane_tiled_memory_bandwidth_x2 = false,
3039 .plane_tiled_memory_bandwidth_x2 = false,
H A Ddc.h78 bool plane_tiled_memory_bandwidth_x2; member
H A Dplane.c284 if (soc->plane_tiled_memory_bandwidth_x2 && in tegra_plane_calculate_memory_bandwidth()