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 67a7968a..a525d117 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -830,6 +830,7 @@ int gp106_init_hal(struct gk20a *g)
830 __nvgpu_set_enabled(g, NVGPU_GR_USE_DMA_FOR_FW_BOOTSTRAP, true); 830 __nvgpu_set_enabled(g, NVGPU_GR_USE_DMA_FOR_FW_BOOTSTRAP, true);
831 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true); 831 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
832 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false); 832 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false);
833 __nvgpu_set_enabled(g, NVGPU_SUPPORT_MULTIPLE_WPR, false);
833 834
834 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */ 835 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */
835 if (gops->fuse.check_priv_security(g)) 836 if (gops->fuse.check_priv_security(g))