summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 2a661734..80117ede 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -417,7 +417,7 @@ int gp106_init_hal(struct gk20a *g)
417 gops->bios_init = gp106_ops.bios_init; 417 gops->bios_init = gp106_ops.bios_init;
418 418
419 gops->privsecurity = 1; 419 gops->privsecurity = 1;
420 gops->securegpccs = 1; 420 __nvgpu_set_enabled(g, NVGPU_SEC_SECUREGPCCS, true);
421 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true); 421 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
422 422
423 g->bootstrap_owner = LSF_FALCON_ID_SEC2; 423 g->bootstrap_owner = LSF_FALCON_ID_SEC2;