summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2015-02-05 20:31:53 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:08:52 -0400
commit173aceb5b7b5e34f2976b3cb8b3146133fde2d8f (patch)
tree529683e26010a1c6d13e4160e0a988b7a571da54 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parentcdbe8d1fc123c93a0bbf0bf329a3f8f94ac8c2fa (diff)
gpu: nvgpu: setup chip specific mm hw init
Add support for setting-up mm hw init per soc. Bug 1587825 Change-Id: Ie5c5e49a767cfb14e3dbbb6902349284cd3dca95 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/681784 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
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);