summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 20f045b2..00007044 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -680,7 +680,7 @@ static const struct gpu_ops gv100_ops = {
680 .get_kind_invalid = gm20b_get_kind_invalid, 680 .get_kind_invalid = gm20b_get_kind_invalid,
681 .get_kind_pitch = gm20b_get_kind_pitch, 681 .get_kind_pitch = gm20b_get_kind_pitch,
682 .init_bar2_vm = gp10b_init_bar2_vm, 682 .init_bar2_vm = gp10b_init_bar2_vm,
683 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 683 .remove_bar2_vm = gp10b_remove_bar2_vm,
684 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 684 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
685 .get_flush_retries = gv100_mm_get_flush_retries, 685 .get_flush_retries = gv100_mm_get_flush_retries,
686 }, 686 },