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 a3a58903..2150b1ec 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -598,6 +598,7 @@ static const struct gpu_ops gp106_ops = {
598 .is_engine_in_reset = gp106_pmu_is_engine_in_reset, 598 .is_engine_in_reset = gp106_pmu_is_engine_in_reset,
599 .pmu_get_queue_tail = pwr_pmu_queue_tail_r, 599 .pmu_get_queue_tail = pwr_pmu_queue_tail_r,
600 .pmu_lpwr_enable_pg = nvgpu_lpwr_enable_pg, 600 .pmu_lpwr_enable_pg = nvgpu_lpwr_enable_pg,
601 .get_irqdest = gk20a_pmu_get_irqdest,
601 }, 602 },
602 .clk = { 603 .clk = {
603 .init_clk_support = gp106_init_clk_support, 604 .init_clk_support = gp106_init_clk_support,