summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 228f7730..64bdeabb 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -167,6 +167,8 @@ static inline const char *gk20a_fifo_interleave_level_name(u32 interleave_level)
167 167
168int gk20a_init_fifo_support(struct gk20a *g); 168int gk20a_init_fifo_support(struct gk20a *g);
169 169
170int gk20a_init_fifo_setup_hw(struct gk20a *g);
171
170void gk20a_fifo_isr(struct gk20a *g); 172void gk20a_fifo_isr(struct gk20a *g);
171void gk20a_fifo_nonstall_isr(struct gk20a *g); 173void gk20a_fifo_nonstall_isr(struct gk20a *g);
172 174
@@ -263,4 +265,8 @@ int gk20a_fifo_init_engine_info(struct fifo_gk20a *f);
263void gk20a_get_tsg_runlist_entry(struct tsg_gk20a *tsg, u32 *runlist); 265void gk20a_get_tsg_runlist_entry(struct tsg_gk20a *tsg, u32 *runlist);
264void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist); 266void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist);
265 267
268u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
269void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);
270
271
266#endif /*__GR_GK20A_H__*/ 272#endif /*__GR_GK20A_H__*/