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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 833d896d..52d6c4e5 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -288,7 +288,7 @@ struct channel_gk20a;
288int gk20a_init_mm_support(struct gk20a *g); 288int gk20a_init_mm_support(struct gk20a *g);
289int gk20a_init_mm_setup_sw(struct gk20a *g); 289int gk20a_init_mm_setup_sw(struct gk20a *g);
290int gk20a_init_mm_setup_hw(struct gk20a *g); 290int gk20a_init_mm_setup_hw(struct gk20a *g);
291void gk20a_mm_debugfs_init(struct platform_device *pdev); 291void gk20a_mm_debugfs_init(struct device *dev);
292 292
293int gk20a_mm_fb_flush(struct gk20a *g); 293int gk20a_mm_fb_flush(struct gk20a *g);
294void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate); 294void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate);