summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index de006b1e..78ea5643 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -504,6 +504,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
504 .pmu_pg_idle_counter_config = NULL, 504 .pmu_pg_idle_counter_config = NULL,
505 .pmu_read_idle_counter = NULL, 505 .pmu_read_idle_counter = NULL,
506 .pmu_reset_idle_counter = NULL, 506 .pmu_reset_idle_counter = NULL,
507 .pmu_read_idle_intr_status = NULL,
508 .pmu_clear_idle_intr_status = NULL,
507 .pmu_dump_elpg_stats = NULL, 509 .pmu_dump_elpg_stats = NULL,
508 .pmu_dump_falcon_stats = NULL, 510 .pmu_dump_falcon_stats = NULL,
509 .pmu_enable_irq = NULL, 511 .pmu_enable_irq = NULL,