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, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 28236cb9..4c650520 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4576,7 +4576,8 @@ static int gk20a_init_gr_setup_hw(struct gk20a *g)
4576 4576
4577 gr_gk20a_load_zbc_table(g, gr); 4577 gr_gk20a_load_zbc_table(g, gr);
4578 4578
4579 g->ops.ltc.init_cbc(g, gr); 4579 if (g->ops.ltc.init_cbc)
4580 g->ops.ltc.init_cbc(g, gr);
4580 4581
4581 /* load ctx init */ 4582 /* load ctx init */
4582 for (i = 0; i < sw_ctx_load->count; i++) 4583 for (i = 0; i < sw_ctx_load->count; i++)