summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index c4872ab8..64b126f6 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -659,6 +659,7 @@ int gk20a_init_pmu(struct pmu_gk20a *pmu)
659 pmu->remove_support = gk20a_remove_pmu_support; 659 pmu->remove_support = gk20a_remove_pmu_support;
660 660
661 switch (pmu->desc->app_version) { 661 switch (pmu->desc->app_version) {
662 case APP_VERSION_GM20B_3:
662 case APP_VERSION_GM20B_2: 663 case APP_VERSION_GM20B_2:
663 g->ops.pmu_ver.get_perfmon_cntr_ptr = get_perfmon_cntr_ptr_v2; 664 g->ops.pmu_ver.get_perfmon_cntr_ptr = get_perfmon_cntr_ptr_v2;
664 g->ops.pmu_ver.set_perfmon_cntr_ut = set_perfmon_cntr_ut_v2; 665 g->ops.pmu_ver.set_perfmon_cntr_ut = set_perfmon_cntr_ut_v2;
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
index 81177f5c..048520f9 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.h
@@ -51,6 +51,7 @@
51/* Mapping between AP_CTRLs and Idle counters */ 51/* Mapping between AP_CTRLs and Idle counters */
52#define PMU_AP_IDLE_MASK_GRAPHICS (PMU_AP_IDLE_MASK_HIST_IDX_1) 52#define PMU_AP_IDLE_MASK_GRAPHICS (PMU_AP_IDLE_MASK_HIST_IDX_1)
53 53
54#define APP_VERSION_GM20B_3 18935575
54#define APP_VERSION_GM20B_2 18694072 55#define APP_VERSION_GM20B_2 18694072
55#define APP_VERSION_GM20B_1 18547257 56#define APP_VERSION_GM20B_1 18547257
56#define APP_VERSION_GM20B 17615280 57#define APP_VERSION_GM20B 17615280