summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c
index 3a286249..1b6003b3 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_mm_gp10b.c
@@ -51,7 +51,8 @@ static u64 vgpu_gp10b_locked_gmmu_map(struct vm_gk20a *vm,
51 bool clear_ctags, 51 bool clear_ctags,
52 bool sparse, 52 bool sparse,
53 bool priv, 53 bool priv,
54 struct vm_gk20a_mapping_batch *batch) 54 struct vm_gk20a_mapping_batch *batch,
55 enum gk20a_aperture aperture)
55{ 56{
56 int err = 0; 57 int err = 0;
57 struct device *d = dev_from_vm(vm); 58 struct device *d = dev_from_vm(vm);