summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 15d1ea7d..b5d97727 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -533,6 +533,7 @@ void gr_gk20a_commit_global_pagepool(struct gk20a *g,
533 u64 addr, u32 size, bool patch); 533 u64 addr, u32 size, bool patch);
534void gk20a_gr_set_shader_exceptions(struct gk20a *g, u32 data); 534void gk20a_gr_set_shader_exceptions(struct gk20a *g, u32 data);
535void gr_gk20a_enable_hww_exceptions(struct gk20a *g); 535void gr_gk20a_enable_hww_exceptions(struct gk20a *g);
536int gr_gk20a_init_fs_state(struct gk20a *g);
536int gr_gk20a_setup_rop_mapping(struct gk20a *g, struct gr_gk20a *gr); 537int gr_gk20a_setup_rop_mapping(struct gk20a *g, struct gr_gk20a *gr);
537int gr_gk20a_init_ctxsw_ucode(struct gk20a *g); 538int gr_gk20a_init_ctxsw_ucode(struct gk20a *g);
538int gr_gk20a_load_ctxsw_ucode(struct gk20a *g); 539int gr_gk20a_load_ctxsw_ucode(struct gk20a *g);