summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/mm_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/mm_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
index 84a9449a..269108ff 100644
--- a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
@@ -28,7 +28,7 @@ static bool gv11b_mm_is_bar1_supported(struct gk20a *g)
28 return false; 28 return false;
29} 29}
30 30
31static void gv11b_init_inst_block(struct mem_desc *inst_block, 31static void gv11b_init_inst_block(struct nvgpu_mem *inst_block,
32 struct vm_gk20a *vm, u32 big_page_size) 32 struct vm_gk20a *vm, u32 big_page_size)
33{ 33{
34 struct gk20a *g = gk20a_from_vm(vm); 34 struct gk20a *g = gk20a_from_vm(vm);