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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 45c3adb3..99ee2d10 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -757,6 +757,10 @@ static const struct gpu_ops gv100_ops = {
757 .get_irqdest = gk20a_pmu_get_irqdest, 757 .get_irqdest = gk20a_pmu_get_irqdest,
758 .alloc_super_surface = nvgpu_pmu_super_surface_alloc, 758 .alloc_super_surface = nvgpu_pmu_super_surface_alloc,
759 .is_debug_mode_enabled = gm20b_pmu_is_debug_mode_en, 759 .is_debug_mode_enabled = gm20b_pmu_is_debug_mode_en,
760 .update_lspmu_cmdline_args =
761 gp106_update_lspmu_cmdline_args,
762 .setup_apertures = gp106_pmu_setup_apertures,
763 .secured_pmu_start = gm20b_secured_pmu_start,
760 }, 764 },
761 .clk = { 765 .clk = {
762 .init_clk_support = gp106_init_clk_support, 766 .init_clk_support = gp106_init_clk_support,