summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
index 29ef7f6c..4cc45197 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
@@ -31,7 +31,7 @@
31 31
32static bool gv11b_is_pmu_supported(struct gk20a *g) 32static bool gv11b_is_pmu_supported(struct gk20a *g)
33{ 33{
34 return false; 34 return true;
35} 35}
36 36
37static int gv11b_pmu_bootstrap(struct pmu_gk20a *pmu) 37static int gv11b_pmu_bootstrap(struct pmu_gk20a *pmu)