summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/ltc_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/ltc_gv11b.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c b/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
index 9f9ff337..96844ebd 100644
--- a/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/ltc_gv11b.c
@@ -58,13 +58,6 @@ void gv11b_ltc_init_fs_state(struct gk20a *g)
58 58
59 nvgpu_log_info(g, "initialize gv11b l2"); 59 nvgpu_log_info(g, "initialize gv11b l2");
60 60
61 g->ops.mc.reset(g, mc_enable_pfb_enabled_f() |
62 mc_enable_l2_enabled_f());
63
64 reg = gk20a_readl(g, mc_elpg_enable_r());
65 reg |= mc_elpg_enable_l2_enabled_f();
66 gk20a_writel(g, mc_elpg_enable_r(), reg);
67
68 g->max_ltc_count = gk20a_readl(g, top_num_ltcs_r()); 61 g->max_ltc_count = gk20a_readl(g, top_num_ltcs_r());
69 g->ltc_count = gk20a_readl(g, pri_ringmaster_enum_ltc_r()); 62 g->ltc_count = gk20a_readl(g, pri_ringmaster_enum_ltc_r());
70 nvgpu_log_info(g, "%u ltcs out of %u", g->ltc_count, g->max_ltc_count); 63 nvgpu_log_info(g, "%u ltcs out of %u", g->ltc_count, g->max_ltc_count);