summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 54648f56..78a3ea63 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -668,6 +668,7 @@ static const struct gpu_ops gp106_ops = {
668 .pmu_lpwr_enable_pg = nvgpu_lpwr_enable_pg, 668 .pmu_lpwr_enable_pg = nvgpu_lpwr_enable_pg,
669 .get_irqdest = gk20a_pmu_get_irqdest, 669 .get_irqdest = gk20a_pmu_get_irqdest,
670 .alloc_super_surface = NULL, 670 .alloc_super_surface = NULL,
671 .is_debug_mode_enabled = gm20b_pmu_is_debug_mode_en,
671 }, 672 },
672 .clk = { 673 .clk = {
673 .init_clk_support = gp106_init_clk_support, 674 .init_clk_support = gp106_init_clk_support,