summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 789fe8d9..339d7813 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -764,6 +764,7 @@ static const struct gpu_ops gv100_ops = {
764 .pmu_get_queue_tail = pwr_pmu_queue_tail_r, 764 .pmu_get_queue_tail = pwr_pmu_queue_tail_r,
765 .get_irqdest = gk20a_pmu_get_irqdest, 765 .get_irqdest = gk20a_pmu_get_irqdest,
766 .alloc_super_surface = nvgpu_pmu_super_surface_alloc, 766 .alloc_super_surface = nvgpu_pmu_super_surface_alloc,
767 .is_debug_mode_enabled = gm20b_pmu_is_debug_mode_en,
767 }, 768 },
768 .clk = { 769 .clk = {
769 .init_clk_support = gp106_init_clk_support, 770 .init_clk_support = gp106_init_clk_support,