summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 779dde3d..920a3e9b 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -660,6 +660,9 @@ int gm20b_init_hal(struct gk20a *g)
660 gops->pmu.falcon_clear_halt_interrupt_status = 660 gops->pmu.falcon_clear_halt_interrupt_status =
661 clear_halt_interrupt_status; 661 clear_halt_interrupt_status;
662 gops->pmu.init_falcon_setup_hw = gm20b_init_pmu_setup_hw1; 662 gops->pmu.init_falcon_setup_hw = gm20b_init_pmu_setup_hw1;
663 gops->pmu.update_lspmu_cmdline_args =
664 gm20b_update_lspmu_cmdline_args;
665 gops->pmu.setup_apertures = gm20b_setup_apertures;
663 666
664 gops->pmu.init_wpr_region = gm20b_pmu_init_acr; 667 gops->pmu.init_wpr_region = gm20b_pmu_init_acr;
665 gops->pmu.load_lsfalcon_ucode = gm20b_load_falcon_ucode; 668 gops->pmu.load_lsfalcon_ucode = gm20b_load_falcon_ucode;