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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 10e3ba7f..fe2e06d5 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -92,8 +92,7 @@ static int gm20b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)
92 92
93 gk20a_allocator_init(&gr->comp_tags, "comptag", 93 gk20a_allocator_init(&gr->comp_tags, "comptag",
94 1, /* start */ 94 1, /* start */
95 max_comptag_lines - 1, /* length*/ 95 max_comptag_lines - 1); /* length*/
96 1); /* align */
97 96
98 gr->comptags_per_cacheline = comptags_per_cacheline; 97 gr->comptags_per_cacheline = comptags_per_cacheline;
99 gr->slices_per_ltc = slices_per_ltc; 98 gr->slices_per_ltc = slices_per_ltc;