summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra_vgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tegra_vgpu.h b/include/linux/tegra_vgpu.h
index 105870dc..9980f4bc 100644
--- a/include/linux/tegra_vgpu.h
+++ b/include/linux/tegra_vgpu.h
@@ -163,6 +163,7 @@ struct tegra_vgpu_as_map_params {
163 163
164#define TEGRA_VGPU_MAP_CACHEABLE (1 << 0) 164#define TEGRA_VGPU_MAP_CACHEABLE (1 << 0)
165#define TEGRA_VGPU_MAP_IO_COHERENT (1 << 1) 165#define TEGRA_VGPU_MAP_IO_COHERENT (1 << 1)
166#define TEGRA_VGPU_MAP_L3_ALLOC (1 << 2)
166 167
167struct tegra_vgpu_as_map_ex_params { 168struct tegra_vgpu_as_map_ex_params {
168 u64 handle; 169 u64 handle;