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 a925b1e2..8a3bd4b9 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -406,6 +406,7 @@ void gk20a_fifo_add_syncpt_wait_cmd(struct gk20a *g,
406 struct priv_cmd_entry *cmd, u32 off, 406 struct priv_cmd_entry *cmd, u32 off,
407 u32 id, u32 thresh, u64 gpu_va); 407 u32 id, u32 thresh, u64 gpu_va);
408u32 gk20a_fifo_get_syncpt_wait_cmd_size(void); 408u32 gk20a_fifo_get_syncpt_wait_cmd_size(void);
409u32 gk20a_fifo_get_syncpt_incr_per_release(void);
409void gk20a_fifo_add_syncpt_incr_cmd(struct gk20a *g, 410void gk20a_fifo_add_syncpt_incr_cmd(struct gk20a *g,
410 bool wfi_cmd, struct priv_cmd_entry *cmd, 411 bool wfi_cmd, struct priv_cmd_entry *cmd,
411 u32 id, u64 gpu_va); 412 u32 id, u64 gpu_va);