summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/pmu_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/pmu_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
index 3db0d4c3..4ba0f997 100644
--- a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B PMU 2 * GP10B PMU
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
5* 5*
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -155,7 +155,7 @@ void gp10b_init_pmu_ops(struct gpu_ops *gops)
155{ 155{
156 if (gops->privsecurity) { 156 if (gops->privsecurity) {
157 gm20b_init_secure_pmu(gops); 157 gm20b_init_secure_pmu(gops);
158 gops->pmu.init_wpr_region = NULL; 158 gops->pmu.init_wpr_region = gm20b_pmu_init_acr;
159 } else { 159 } else {
160 gk20a_init_pmu_ops(gops); 160 gk20a_init_pmu_ops(gops);
161 gops->pmu.init_wpr_region = NULL; 161 gops->pmu.init_wpr_region = NULL;