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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 12ef5f69..ea9f4528 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -385,6 +385,8 @@ u32 *gk20a_runlist_construct_locked(struct fifo_gk20a *f,
385 bool interleave_enabled, 385 bool interleave_enabled,
386 bool prev_empty, 386 bool prev_empty,
387 u32 *entries_left); 387 u32 *entries_left);
388void gk20a_fifo_runlist_hw_submit(struct gk20a *g, u32 runlist_id,
389 u32 count, u32 buffer_index);
388int gk20a_fifo_runlist_wait_pending(struct gk20a *g, u32 runlist_id); 390int gk20a_fifo_runlist_wait_pending(struct gk20a *g, u32 runlist_id);
389int gk20a_init_fifo_setup_sw_common(struct gk20a *g); 391int gk20a_init_fifo_setup_sw_common(struct gk20a *g);
390int gk20a_init_fifo_setup_sw(struct gk20a *g); 392int gk20a_init_fifo_setup_sw(struct gk20a *g);