summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/gr_gv100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/gr_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/gv100/gr_gv100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/gr_gv100.h b/drivers/gpu/nvgpu/gv100/gr_gv100.h
index 7b107db2..ccc73e28 100644
--- a/drivers/gpu/nvgpu/gv100/gr_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/gr_gv100.h
@@ -43,4 +43,7 @@ int gr_gv100_add_ctxsw_reg_perf_pma(struct ctxsw_buf_offset_map_entry *map,
43 struct aiv_list_gk20a *regs, 43 struct aiv_list_gk20a *regs,
44 u32 *count, u32 *offset, 44 u32 *count, u32 *offset,
45 u32 max_cnt, u32 base, u32 mask); 45 u32 max_cnt, u32 base, u32 mask);
46void gr_gv100_split_fbpa_broadcast_addr(struct gk20a *g, u32 addr,
47 u32 num_fbpas,
48 u32 *priv_addr_table, u32 *t);
46#endif 49#endif