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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 6cf3d69b..a77136a6 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -849,6 +849,9 @@ int gr_gk20a_create_priv_addr_table(struct gk20a *g,
849void gr_gk20a_split_fbpa_broadcast_addr(struct gk20a *g, u32 addr, 849void gr_gk20a_split_fbpa_broadcast_addr(struct gk20a *g, u32 addr,
850 u32 num_fbpas, 850 u32 num_fbpas,
851 u32 *priv_addr_table, u32 *t); 851 u32 *priv_addr_table, u32 *t);
852int gr_gk20a_get_offset_in_gpccs_segment(struct gk20a *g,
853 int addr_type, u32 num_tpcs, u32 num_ppcs,
854 u32 reg_list_ppc_count, u32 *__offset_in_segment);
852 855
853void gk20a_gr_destroy_ctx_buffer(struct gk20a *g, 856void gk20a_gr_destroy_ctx_buffer(struct gk20a *g,
854 struct gr_ctx_buffer_desc *desc); 857 struct gr_ctx_buffer_desc *desc);