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 e2febbf8..12ef5f69 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -386,6 +386,7 @@ u32 *gk20a_runlist_construct_locked(struct fifo_gk20a *f,
386 bool prev_empty, 386 bool prev_empty,
387 u32 *entries_left); 387 u32 *entries_left);
388int gk20a_fifo_runlist_wait_pending(struct gk20a *g, u32 runlist_id); 388int gk20a_fifo_runlist_wait_pending(struct gk20a *g, u32 runlist_id);
389int gk20a_init_fifo_setup_sw_common(struct gk20a *g);
389int gk20a_init_fifo_setup_sw(struct gk20a *g); 390int gk20a_init_fifo_setup_sw(struct gk20a *g);
390void gk20a_fifo_handle_runlist_event(struct gk20a *g); 391void gk20a_fifo_handle_runlist_event(struct gk20a *g);
391bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id, 392bool gk20a_fifo_should_defer_engine_reset(struct gk20a *g, u32 engine_id,