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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 61c6cb0f..632f1063 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -834,6 +834,7 @@ int gp106_init_hal(struct gk20a *g)
834 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true); 834 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
835 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false); 835 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false);
836 __nvgpu_set_enabled(g, NVGPU_SUPPORT_MULTIPLE_WPR, false); 836 __nvgpu_set_enabled(g, NVGPU_SUPPORT_MULTIPLE_WPR, false);
837 __nvgpu_set_enabled(g, NVGPU_FECS_TRACE_VA, false);
837 838
838 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */ 839 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */
839 if (gops->fuse.check_priv_security(g)) 840 if (gops->fuse.check_priv_security(g))