summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index efd66b5d..e66fcff6 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -762,8 +762,9 @@ int gp10b_init_hal(struct gk20a *g)
762 __nvgpu_set_enabled(g, NVGPU_FECS_TRACE_VA, false); 762 __nvgpu_set_enabled(g, NVGPU_FECS_TRACE_VA, false);
763 763
764 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */ 764 /* Read fuses to check if gpu needs to boot in secure/non-secure mode */
765 if (gops->fuse.check_priv_security(g)) 765 if (gops->fuse.check_priv_security(g)) {
766 return -EINVAL; /* Do not boot gpu */ 766 return -EINVAL; /* Do not boot gpu */
767 }
767 768
768 /* priv security dependent ops */ 769 /* priv security dependent ops */
769 if (nvgpu_is_enabled(g, NVGPU_SEC_PRIVSECURITY)) { 770 if (nvgpu_is_enabled(g, NVGPU_SEC_PRIVSECURITY)) {