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.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 00f5bcce..802a43af 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -620,6 +620,7 @@ static const struct gpu_ops gv100_ops = {
620 .is_engine_in_reset = gp106_pmu_is_engine_in_reset, 620 .is_engine_in_reset = gp106_pmu_is_engine_in_reset,
621 .pmu_get_queue_tail = pwr_pmu_queue_tail_r, 621 .pmu_get_queue_tail = pwr_pmu_queue_tail_r,
622 .get_irqdest = gk20a_pmu_get_irqdest, 622 .get_irqdest = gk20a_pmu_get_irqdest,
623 .alloc_super_surface = nvgpu_pmu_super_surface_alloc,
623 }, 624 },
624 .clk = { 625 .clk = {
625 .init_clk_support = gp106_init_clk_support, 626 .init_clk_support = gp106_init_clk_support,