summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index d4a113f8..60beab9f 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -503,7 +503,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
503 .get_kind_invalid = gm20b_get_kind_invalid, 503 .get_kind_invalid = gm20b_get_kind_invalid,
504 .get_kind_pitch = gm20b_get_kind_pitch, 504 .get_kind_pitch = gm20b_get_kind_pitch,
505 .init_bar2_vm = gp10b_init_bar2_vm, 505 .init_bar2_vm = gp10b_init_bar2_vm,
506 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 506 .remove_bar2_vm = gp10b_remove_bar2_vm,
507 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 507 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
508 }, 508 },
509 .therm = { 509 .therm = {