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, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index b3969b60..8a6db92c 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4820,9 +4820,6 @@ static int gk20a_init_gr_setup_sw(struct gk20a *g)
4820 if (err) 4820 if (err)
4821 goto clean_up; 4821 goto clean_up;
4822 4822
4823 gk20a_dbg_info("total ram pages : %lu", totalram_pages);
4824 gr->max_comptag_mem = totalram_pages
4825 >> (10 - (PAGE_SHIFT - 10));
4826 err = g->ops.ltc.init_comptags(g, gr); 4823 err = g->ops.ltc.init_comptags(g, gr);
4827 if (err) 4824 if (err)
4828 goto clean_up; 4825 goto clean_up;