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 0f7fb370..f6c3ec67 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -763,6 +763,7 @@ static const struct gpu_ops gv100_ops = {
763 .get_current_pstate = nvgpu_clk_arb_get_current_pstate, 763 .get_current_pstate = nvgpu_clk_arb_get_current_pstate,
764 }, 764 },
765 .regops = { 765 .regops = {
766 .exec_regops = exec_regops_gk20a,
766 .get_global_whitelist_ranges = 767 .get_global_whitelist_ranges =
767 gv100_get_global_whitelist_ranges, 768 gv100_get_global_whitelist_ranges,
768 .get_global_whitelist_ranges_count = 769 .get_global_whitelist_ranges_count =
@@ -815,7 +816,6 @@ static const struct gpu_ops gv100_ops = {
815 .post_events = gk20a_dbg_gpu_post_events, 816 .post_events = gk20a_dbg_gpu_post_events,
816 }, 817 },
817 .dbg_session_ops = { 818 .dbg_session_ops = {
818 .exec_reg_ops = exec_regops_gk20a,
819 .dbg_set_powergate = dbg_set_powergate, 819 .dbg_set_powergate = dbg_set_powergate,
820 .check_and_set_global_reservation = 820 .check_and_set_global_reservation =
821 nvgpu_check_and_set_global_reservation, 821 nvgpu_check_and_set_global_reservation,