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.c10
1 files changed, 10 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 823da61a..44bcb123 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -57,6 +57,7 @@
57#include <gk20a/flcn_gk20a.h> 57#include <gk20a/flcn_gk20a.h>
58#include <gk20a/mc_gk20a.h> 58#include <gk20a/mc_gk20a.h>
59#include "gk20a/dbg_gpu_gk20a.h" 59#include "gk20a/dbg_gpu_gk20a.h"
60#include <gk20a/pmu_gk20a.h>
60 61
61#include <gm20b/gr_gm20b.h> 62#include <gm20b/gr_gm20b.h>
62#include <gm20b/fifo_gm20b.h> 63#include <gm20b/fifo_gm20b.h>
@@ -495,6 +496,15 @@ static const struct gpu_ops vgpu_gv11b_ops = {
495 .pmu_mutex_size = NULL, 496 .pmu_mutex_size = NULL,
496 .pmu_mutex_acquire = NULL, 497 .pmu_mutex_acquire = NULL,
497 .pmu_mutex_release = NULL, 498 .pmu_mutex_release = NULL,
499 .pmu_is_interrupted = NULL,
500 .pmu_isr = NULL,
501 .pmu_init_perfmon_counter = NULL,
502 .pmu_pg_idle_counter_config = NULL,
503 .pmu_read_idle_counter = NULL,
504 .pmu_reset_idle_counter = NULL,
505 .pmu_dump_elpg_stats = NULL,
506 .pmu_dump_falcon_stats = NULL,
507 .pmu_enable_irq = NULL,
498 .write_dmatrfbase = NULL, 508 .write_dmatrfbase = NULL,
499 .pmu_elpg_statistics = NULL, 509 .pmu_elpg_statistics = NULL,
500 .pmu_init_perfmon = NULL, 510 .pmu_init_perfmon = NULL,