summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/mm.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/mm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/mm.c b/drivers/gpu/nvgpu/common/mm/mm.c
index 58a435c0..c9aac4af 100644
--- a/drivers/gpu/nvgpu/common/mm/mm.c
+++ b/drivers/gpu/nvgpu/common/mm/mm.c
@@ -345,8 +345,8 @@ void nvgpu_init_mm_ce_context(struct gk20a *g)
345 345
346static int nvgpu_init_mm_reset_enable_hw(struct gk20a *g) 346static int nvgpu_init_mm_reset_enable_hw(struct gk20a *g)
347{ 347{
348 if (g->ops.fb.reset) { 348 if (g->ops.mc.fb_reset) {
349 g->ops.fb.reset(g); 349 g->ops.mc.fb_reset(g);
350 } 350 }
351 351
352 if (g->ops.clock_gating.slcg_fb_load_gating_prod) { 352 if (g->ops.clock_gating.slcg_fb_load_gating_prod) {