summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 4dfc2b7d..c759718e 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -285,8 +285,6 @@ struct channel_gk20a;
285 285
286int gk20a_init_mm_support(struct gk20a *g); 286int gk20a_init_mm_support(struct gk20a *g);
287int gk20a_init_mm_setup_sw(struct gk20a *g); 287int gk20a_init_mm_setup_sw(struct gk20a *g);
288int gk20a_init_bar1_vm(struct mm_gk20a *mm);
289int gk20a_init_pmu_vm(struct mm_gk20a *mm);
290 288
291int gk20a_mm_fb_flush(struct gk20a *g); 289int gk20a_mm_fb_flush(struct gk20a *g);
292void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate); 290void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate);