summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index a243e81c..9e9387d0 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -648,7 +648,7 @@ static const struct gpu_ops gv11b_ops = {
648 .get_kind_invalid = gm20b_get_kind_invalid, 648 .get_kind_invalid = gm20b_get_kind_invalid,
649 .get_kind_pitch = gm20b_get_kind_pitch, 649 .get_kind_pitch = gm20b_get_kind_pitch,
650 .init_bar2_vm = gp10b_init_bar2_vm, 650 .init_bar2_vm = gp10b_init_bar2_vm,
651 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 651 .remove_bar2_vm = gp10b_remove_bar2_vm,
652 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 652 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
653 }, 653 },
654 .therm = { 654 .therm = {