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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 30d0caba..2de5e2d6 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -313,6 +313,7 @@ void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist);
313 313
314u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c); 314u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
315void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c); 315void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);
316
316bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid); 317bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid);
317#ifdef CONFIG_DEBUG_FS 318#ifdef CONFIG_DEBUG_FS
318struct fifo_profile_gk20a *gk20a_fifo_profile_acquire(struct gk20a *g); 319struct fifo_profile_gk20a *gk20a_fifo_profile_acquire(struct gk20a *g);
@@ -333,4 +334,6 @@ const char *gk20a_decode_pbdma_chan_eng_ctx_status(u32 index);
333 334
334struct channel_gk20a *gk20a_refch_from_inst_ptr(struct gk20a *g, u64 inst_ptr); 335struct channel_gk20a *gk20a_refch_from_inst_ptr(struct gk20a *g, u64 inst_ptr);
335 336
337u32 gk20a_fifo_intr_0_error_mask(struct gk20a *g);
338
336#endif /*__GR_GK20A_H__*/ 339#endif /*__GR_GK20A_H__*/