summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index e3c003a6..683aa2ac 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -95,6 +95,10 @@ static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)
95 max_comptag_lines - 1, /* length*/ 95 max_comptag_lines - 1, /* length*/
96 1); /* align */ 96 1); /* align */
97 97
98 gr->comptags_per_cacheline = comptags_per_cacheline;
99 gr->slices_per_ltc = slices_per_ltc;
100 gr->cacheline_size = cacheline_size;
101
98 return 0; 102 return 0;
99} 103}
100 104