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/vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vm.h b/drivers/gpu/nvgpu/include/nvgpu/vm.h
index e5d0e197..a5a358ea 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vm.h
@@ -198,6 +198,8 @@ struct vm_gk20a {
198 * Channels sharing same vm will also share same sync point ro map 198 * Channels sharing same vm will also share same sync point ro map
199 */ 199 */
200 u64 syncpt_ro_map_gpu_va; 200 u64 syncpt_ro_map_gpu_va;
201 /* Protect allocation of sync point map */
202 struct nvgpu_mutex syncpt_ro_map_lock;
201}; 203};
202 204
203/* 205/*