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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 8f0f736b..b8778024 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -319,6 +319,7 @@ struct channel_gk20a;
319 319
320int gk20a_init_mm_support(struct gk20a *g); 320int gk20a_init_mm_support(struct gk20a *g);
321int gk20a_init_mm_setup_sw(struct gk20a *g); 321int gk20a_init_mm_setup_sw(struct gk20a *g);
322int gk20a_init_mm_setup_hw(struct gk20a *g);
322 323
323int gk20a_mm_fb_flush(struct gk20a *g); 324int gk20a_mm_fb_flush(struct gk20a *g);
324void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate); 325void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate);