summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 27478750..e7199d35 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -700,6 +700,7 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
700 pmu->remove_support = gk20a_remove_pmu_support; 700 pmu->remove_support = gk20a_remove_pmu_support;
701 701
702 switch (pmu->desc->app_version) { 702 switch (pmu->desc->app_version) {
703 case APP_VERSION:
703 case APP_VERSION_GM20B_4: 704 case APP_VERSION_GM20B_4:
704 g->ops.pmu_ver.get_perfmon_cntr_ptr = get_perfmon_cntr_ptr_v2; 705 g->ops.pmu_ver.get_perfmon_cntr_ptr = get_perfmon_cntr_ptr_v2;
705 g->ops.pmu_ver.set_perfmon_cntr_ut = set_perfmon_cntr_ut_v2; 706 g->ops.pmu_ver.set_perfmon_cntr_ut = set_perfmon_cntr_ut_v2;