summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index eae0ba9e..7c800d5f 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -436,6 +436,8 @@ static const struct gpu_ops vgpu_gp10b_ops = {
436 .pmu_pg_idle_counter_config = NULL, 436 .pmu_pg_idle_counter_config = NULL,
437 .pmu_read_idle_counter = NULL, 437 .pmu_read_idle_counter = NULL,
438 .pmu_reset_idle_counter = NULL, 438 .pmu_reset_idle_counter = NULL,
439 .pmu_read_idle_intr_status = NULL,
440 .pmu_clear_idle_intr_status = NULL,
439 .pmu_dump_elpg_stats = NULL, 441 .pmu_dump_elpg_stats = NULL,
440 .pmu_dump_falcon_stats = NULL, 442 .pmu_dump_falcon_stats = NULL,
441 .pmu_enable_irq = NULL, 443 .pmu_enable_irq = NULL,