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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index a80116b7..ee76148a 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -821,4 +821,8 @@ int gr_gk20a_add_ctxsw_reg_perf_pma(struct ctxsw_buf_offset_map_entry *map,
821 struct aiv_list_gk20a *regs, 821 struct aiv_list_gk20a *regs,
822 u32 *count, u32 *offset, 822 u32 *count, u32 *offset,
823 u32 max_cnt, u32 base, u32 mask); 823 u32 max_cnt, u32 base, u32 mask);
824int gr_gk20a_decode_priv_addr(struct gk20a *g, u32 addr,
825 int *addr_type,
826 u32 *gpc_num, u32 *tpc_num, u32 *ppc_num, u32 *be_num,
827 u32 *broadcast_flags);
824#endif /*__GR_GK20A_H__*/ 828#endif /*__GR_GK20A_H__*/