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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/gr_gv100.h b/drivers/gpu/nvgpu/gv100/gr_gv100.h
index e1174686..7b107db2 100644
--- a/drivers/gpu/nvgpu/gv100/gr_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/gr_gv100.h
@@ -39,4 +39,8 @@ int gr_gv100_add_ctxsw_reg_pm_fbpa(struct gk20a *g,
39 u32 *count, u32 *offset, 39 u32 *count, u32 *offset,
40 u32 max_cnt, u32 base, 40 u32 max_cnt, u32 base,
41 u32 num_fbpas, u32 stride, u32 mask); 41 u32 num_fbpas, u32 stride, u32 mask);
42int gr_gv100_add_ctxsw_reg_perf_pma(struct ctxsw_buf_offset_map_entry *map,
43 struct aiv_list_gk20a *regs,
44 u32 *count, u32 *offset,
45 u32 max_cnt, u32 base, u32 mask);
42#endif 46#endif