summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index e2f80307..2d8ed9ec 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -289,6 +289,7 @@ int gm20b_init_hal(struct gk20a *g)
289 } 289 }
290 } 290 }
291#endif 291#endif
292 g->bootstrap_owner = LSF_BOOTSTRAP_OWNER_DEFAULT;
292 gk20a_init_bus(gops); 293 gk20a_init_bus(gops);
293 gk20a_init_priv_ring(gops); 294 gk20a_init_priv_ring(gops);
294 gm20b_init_gr(gops); 295 gm20b_init_gr(gops);