summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 3073668e..d0458420 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -583,6 +583,9 @@ static const struct gpu_ops gp106_ops = {
583 .is_pmu_supported = gp106_is_pmu_supported, 583 .is_pmu_supported = gp106_is_pmu_supported,
584 .pmu_pg_supported_engines_list = gp106_pmu_pg_engines_list, 584 .pmu_pg_supported_engines_list = gp106_pmu_pg_engines_list,
585 .pmu_elpg_statistics = gp106_pmu_elpg_statistics, 585 .pmu_elpg_statistics = gp106_pmu_elpg_statistics,
586 .pmu_init_perfmon = nvgpu_pmu_init_perfmon,
587 .pmu_perfmon_start_sampling = nvgpu_pmu_perfmon_start_sampling,
588 .pmu_perfmon_stop_sampling = nvgpu_pmu_perfmon_stop_sampling,
586 .pmu_mutex_acquire = gk20a_pmu_mutex_acquire, 589 .pmu_mutex_acquire = gk20a_pmu_mutex_acquire,
587 .pmu_is_lpwr_feature_supported = 590 .pmu_is_lpwr_feature_supported =
588 gp106_pmu_is_lpwr_feature_supported, 591 gp106_pmu_is_lpwr_feature_supported,