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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index ceea21fa..68f53316 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -373,6 +373,7 @@ void gk20a_fifo_disable_channel(struct channel_gk20a *ch);
373 373
374bool gk20a_fifo_channel_status_is_next(struct gk20a *g, u32 chid); 374bool gk20a_fifo_channel_status_is_next(struct gk20a *g, u32 chid);
375bool gk20a_fifo_channel_status_is_ctx_reload(struct gk20a *g, u32 chid); 375bool gk20a_fifo_channel_status_is_ctx_reload(struct gk20a *g, u32 chid);
376int gk20a_fifo_tsg_unbind_channel_verify_status(struct channel_gk20a *ch);
376 377
377struct channel_gk20a *gk20a_refch_from_inst_ptr(struct gk20a *g, u64 inst_ptr); 378struct channel_gk20a *gk20a_refch_from_inst_ptr(struct gk20a *g, u64 inst_ptr);
378void gk20a_fifo_channel_unbind(struct channel_gk20a *ch_gk20a); 379void gk20a_fifo_channel_unbind(struct channel_gk20a *ch_gk20a);