summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 7472c7cd..65e2ded2 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -2216,7 +2216,6 @@ u64 gk20a_vm_map(struct vm_gk20a *vm,
2216 mapped_buffer->va_allocated = va_allocated; 2216 mapped_buffer->va_allocated = va_allocated;
2217 mapped_buffer->user_mapped = user_mapped ? 1 : 0; 2217 mapped_buffer->user_mapped = user_mapped ? 1 : 0;
2218 mapped_buffer->own_mem_ref = user_mapped; 2218 mapped_buffer->own_mem_ref = user_mapped;
2219 INIT_LIST_HEAD(&mapped_buffer->unmap_list);
2220 nvgpu_init_list_node(&mapped_buffer->va_buffers_list); 2219 nvgpu_init_list_node(&mapped_buffer->va_buffers_list);
2221 kref_init(&mapped_buffer->ref); 2220 kref_init(&mapped_buffer->ref);
2222 2221