summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/vm.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vm.h b/drivers/gpu/nvgpu/include/nvgpu/vm.h
index f6d88cc3..255b4361 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vm.h
@@ -126,6 +126,7 @@ mapped_buffer_from_rbtree_node(struct nvgpu_rbtree_node *node)
126struct vm_gk20a { 126struct vm_gk20a {
127 struct mm_gk20a *mm; 127 struct mm_gk20a *mm;
128 struct gk20a_as_share *as_share; /* as_share this represents */ 128 struct gk20a_as_share *as_share; /* as_share this represents */
129 char name[20];
129 130
130 u64 va_start; 131 u64 va_start;
131 u64 va_limit; 132 u64 va_limit;
@@ -145,7 +146,7 @@ struct vm_gk20a {
145 146
146 struct nvgpu_mutex update_gmmu_lock; 147 struct nvgpu_mutex update_gmmu_lock;
147 148
148 struct gk20a_mm_entry pdb; 149 struct nvgpu_gmmu_pd pdb;
149 150
150 /* 151 /*
151 * These structs define the address spaces. In some cases it's possible 152 * These structs define the address spaces. In some cases it's possible