summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100')
-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 36ac029b..648a3b39 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -603,6 +603,7 @@ static const struct gpu_ops gv100_ops = {
603 .pmu_mutex_size = pwr_pmu_mutex__size_1_v, 603 .pmu_mutex_size = pwr_pmu_mutex__size_1_v,
604 .is_engine_in_reset = gp106_pmu_is_engine_in_reset, 604 .is_engine_in_reset = gp106_pmu_is_engine_in_reset,
605 .pmu_get_queue_tail = pwr_pmu_queue_tail_r, 605 .pmu_get_queue_tail = pwr_pmu_queue_tail_r,
606 .get_irqdest = gk20a_pmu_get_irqdest,
606 }, 607 },
607 .clk = { 608 .clk = {
608 .init_clk_support = gp106_init_clk_support, 609 .init_clk_support = gp106_init_clk_support,