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 5ac363e1..54833028 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -817,4 +817,8 @@ int gr_gk20a_add_ctxsw_reg_pm_fbpa(struct gk20a *g,
817 u32 *count, u32 *offset, 817 u32 *count, u32 *offset,
818 u32 max_cnt, u32 base, 818 u32 max_cnt, u32 base,
819 u32 num_fbpas, u32 stride, u32 mask); 819 u32 num_fbpas, u32 stride, u32 mask);
820int gr_gk20a_add_ctxsw_reg_perf_pma(struct ctxsw_buf_offset_map_entry *map,
821 struct aiv_list_gk20a *regs,
822 u32 *count, u32 *offset,
823 u32 max_cnt, u32 base, u32 mask);
820#endif /*__GR_GK20A_H__*/ 824#endif /*__GR_GK20A_H__*/