summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 4d3f5068..9cf094db 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4449,6 +4449,9 @@ static int gk20a_init_gr_setup_sw(struct gk20a *g)
4449 gr->remove_support = gk20a_remove_gr_support; 4449 gr->remove_support = gk20a_remove_gr_support;
4450 gr->sw_ready = true; 4450 gr->sw_ready = true;
4451 4451
4452 if (g->ops.gr.create_gr_sysfs)
4453 g->ops.gr.create_gr_sysfs(g->dev);
4454
4452 gk20a_dbg_fn("done"); 4455 gk20a_dbg_fn("done");
4453 return 0; 4456 return 0;
4454 4457