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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index a8addc7b..cc3a6813 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -3242,6 +3242,7 @@ static int gr_gk20a_init_gr_config(struct gk20a *g, struct gr_gk20a *gr)
3242 3242
3243 gr->ppc_count = 0; 3243 gr->ppc_count = 0;
3244 gr->tpc_count = 0; 3244 gr->tpc_count = 0;
3245 gr->zcb_count = 0;
3245 for (gpc_index = 0; gpc_index < gr->gpc_count; gpc_index++) { 3246 for (gpc_index = 0; gpc_index < gr->gpc_count; gpc_index++) {
3246 tmp = gk20a_readl(g, gr_gpc0_fs_gpc_r()); 3247 tmp = gk20a_readl(g, gr_gpc0_fs_gpc_r());
3247 3248