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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 7f89037e..5ac363e1 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -811,4 +811,10 @@ u32 gk20a_init_sw_bundle(struct gk20a *g);
811int gr_gk20a_fecs_ctx_image_save(struct channel_gk20a *c, u32 save_type); 811int gr_gk20a_fecs_ctx_image_save(struct channel_gk20a *c, u32 save_type);
812int gk20a_gr_handle_semaphore_pending(struct gk20a *g, 812int gk20a_gr_handle_semaphore_pending(struct gk20a *g,
813 struct gr_gk20a_isr_data *isr_data); 813 struct gr_gk20a_isr_data *isr_data);
814int gr_gk20a_add_ctxsw_reg_pm_fbpa(struct gk20a *g,
815 struct ctxsw_buf_offset_map_entry *map,
816 struct aiv_list_gk20a *regs,
817 u32 *count, u32 *offset,
818 u32 max_cnt, u32 base,
819 u32 num_fbpas, u32 stride, u32 mask);
814#endif /*__GR_GK20A_H__*/ 820#endif /*__GR_GK20A_H__*/