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/linux/vm.h1
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vm.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/linux/vm.h b/drivers/gpu/nvgpu/include/nvgpu/linux/vm.h
index 3d9f9ea6..3794706c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/linux/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/linux/vm.h
@@ -72,7 +72,6 @@ u64 nvgpu_vm_map_linux(struct vm_gk20a *vm,
72 */ 72 */
73 s16 incompr_kind, 73 s16 incompr_kind,
74 74
75 bool user_mapped,
76 int rw_flag, 75 int rw_flag,
77 u64 buffer_offset, 76 u64 buffer_offset,
78 u64 mapping_size, 77 u64 mapping_size,
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vm.h b/drivers/gpu/nvgpu/include/nvgpu/vm.h
index 84c7e0c7..7370a8e3 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vm.h
@@ -96,8 +96,7 @@ struct nvgpu_mapped_buf {
96 struct dma_buf *dmabuf; 96 struct dma_buf *dmabuf;
97 struct sg_table *sgt; 97 struct sg_table *sgt;
98 struct nvgpu_ref ref; 98 struct nvgpu_ref ref;
99 u32 user_mapped; 99
100 bool own_mem_ref;
101 u32 pgsz_idx; 100 u32 pgsz_idx;
102 u32 ctag_offset; 101 u32 ctag_offset;
103 u32 ctag_lines; 102 u32 ctag_lines;