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 14f7dc2e..2ebf93e2 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -326,6 +326,7 @@ int gp106_init_hal(struct gk20a *g)
326 gops->privsecurity = 1; 326 gops->privsecurity = 1;
327 gops->securegpccs = 1; 327 gops->securegpccs = 1;
328 gops->pmupstate = true; 328 gops->pmupstate = true;
329 g->bootstrap_owner = LSF_FALCON_ID_SEC2;
329 gk20a_init_bus(gops); 330 gk20a_init_bus(gops);
330 gp10b_init_priv_ring(gops); 331 gp10b_init_priv_ring(gops);
331 gp106_init_gr(gops); 332 gp106_init_gr(gops);