summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 54d3dfd0..32f8ce39 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -71,6 +71,8 @@ struct mem_desc {
71 size_t size; 71 size_t size;
72 u64 gpu_va; 72 u64 gpu_va;
73 bool fixed; /* vidmem only */ 73 bool fixed; /* vidmem only */
74 bool user_mem; /* vidmem only */
75 struct gk20a_allocator *allocator; /* vidmem only */
74 struct list_head clear_list_entry; /* vidmem only */ 76 struct list_head clear_list_entry; /* vidmem only */
75}; 77};
76 78