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 f38585f4..b91691e2 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -535,6 +535,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
535 .is_pmu_supported = gv11b_is_pmu_supported, 535 .is_pmu_supported = gv11b_is_pmu_supported,
536 }, 536 },
537 .regops = { 537 .regops = {
538 .exec_regops = vgpu_exec_regops,
538 .get_global_whitelist_ranges = 539 .get_global_whitelist_ranges =
539 gv11b_get_global_whitelist_ranges, 540 gv11b_get_global_whitelist_ranges,
540 .get_global_whitelist_ranges_count = 541 .get_global_whitelist_ranges_count =
@@ -584,7 +585,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
584 .post_events = gk20a_dbg_gpu_post_events, 585 .post_events = gk20a_dbg_gpu_post_events,
585 }, 586 },
586 .dbg_session_ops = { 587 .dbg_session_ops = {
587 .exec_reg_ops = vgpu_exec_regops,
588 .dbg_set_powergate = vgpu_dbg_set_powergate, 588 .dbg_set_powergate = vgpu_dbg_set_powergate,
589 .check_and_set_global_reservation = 589 .check_and_set_global_reservation =
590 vgpu_check_and_set_global_reservation, 590 vgpu_check_and_set_global_reservation,