summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
index c0e6e5cd..2bd82d5f 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h
@@ -108,6 +108,7 @@ void gv11b_fifo_add_syncpt_wait_cmd(struct gk20a *g,
108 struct priv_cmd_entry *cmd, u32 off, 108 struct priv_cmd_entry *cmd, u32 off,
109 u32 id, u32 thresh, u64 gpu_va_base); 109 u32 id, u32 thresh, u64 gpu_va_base);
110u32 gv11b_fifo_get_syncpt_wait_cmd_size(void); 110u32 gv11b_fifo_get_syncpt_wait_cmd_size(void);
111u32 gv11b_fifo_get_syncpt_incr_per_release(void);
111void gv11b_fifo_add_syncpt_incr_cmd(struct gk20a *g, 112void gv11b_fifo_add_syncpt_incr_cmd(struct gk20a *g,
112 bool wfi_cmd, struct priv_cmd_entry *cmd, 113 bool wfi_cmd, struct priv_cmd_entry *cmd,
113 u32 id, u64 gpu_va_base); 114 u32 id, u64 gpu_va_base);