summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gmmu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gmmu.h b/drivers/gpu/nvgpu/include/nvgpu/gmmu.h
index 47af2f75..92e5eb5f 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gmmu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gmmu.h
@@ -23,6 +23,10 @@
23#include <nvgpu/rbtree.h> 23#include <nvgpu/rbtree.h>
24#include <nvgpu/lock.h> 24#include <nvgpu/lock.h>
25 25
26#ifdef CONFIG_TEGRA_19x_GPU
27#include <nvgpu/gmmu_t19x.h>
28#endif
29
26struct scatterlist; 30struct scatterlist;
27 31
28/* 32/*
@@ -171,6 +175,10 @@ struct nvgpu_gmmu_attrs {
171 bool valid; 175 bool valid;
172 enum nvgpu_aperture aperture; 176 enum nvgpu_aperture aperture;
173 bool debug; 177 bool debug;
178
179#ifdef CONFIG_TEGRA_19x_GPU
180 struct nvgpu_gmmu_attrs_t19x t19x_attrs;
181#endif
174}; 182};
175 183
176struct gk20a_mmu_level { 184struct gk20a_mmu_level {