summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index bdee1149..7415e6c1 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -352,7 +352,7 @@ int gm20b_init_hal(struct gk20a *g)
352 gops->get_litter_value = gm20b_ops.get_litter_value; 352 gops->get_litter_value = gm20b_ops.get_litter_value;
353 353
354 gops->securegpccs = false; 354 gops->securegpccs = false;
355 gops->pmupstate = false; 355 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, false);
356#ifdef CONFIG_TEGRA_ACR 356#ifdef CONFIG_TEGRA_ACR
357 if (nvgpu_is_enabled(g, NVGPU_IS_FMODEL)) { 357 if (nvgpu_is_enabled(g, NVGPU_IS_FMODEL)) {
358 gops->privsecurity = 1; 358 gops->privsecurity = 1;