summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
2 files changed, 4 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,
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,