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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 3587ffa8..7fdd3b6b 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -297,12 +297,10 @@ struct channel_gk20a *gk20a_fifo_channel_from_chid(struct gk20a *g,
297void gk20a_fifo_issue_preempt(struct gk20a *g, u32 id, bool is_tsg); 297void gk20a_fifo_issue_preempt(struct gk20a *g, u32 id, bool is_tsg);
298int gk20a_fifo_set_runlist_interleave(struct gk20a *g, 298int gk20a_fifo_set_runlist_interleave(struct gk20a *g,
299 u32 id, 299 u32 id,
300 bool is_tsg,
301 u32 runlist_id, 300 u32 runlist_id,
302 u32 new_level); 301 u32 new_level);
303int gk20a_fifo_tsg_set_timeslice(struct tsg_gk20a *tsg, u32 timeslice); 302int gk20a_fifo_tsg_set_timeslice(struct tsg_gk20a *tsg, u32 timeslice);
304 303
305
306const char *gk20a_fifo_interleave_level_name(u32 interleave_level); 304const char *gk20a_fifo_interleave_level_name(u32 interleave_level);
307 305
308int gk20a_fifo_engine_enum_from_type(struct gk20a *g, u32 engine_type, 306int gk20a_fifo_engine_enum_from_type(struct gk20a *g, u32 engine_type,
@@ -383,7 +381,6 @@ void __locked_fifo_preempt_timeout_rc(struct gk20a *g, u32 id,
383int gk20a_fifo_setup_ramfc(struct channel_gk20a *c, 381int gk20a_fifo_setup_ramfc(struct channel_gk20a *c,
384 u64 gpfifo_base, u32 gpfifo_entries, 382 u64 gpfifo_base, u32 gpfifo_entries,
385 unsigned long timeout, u32 flags); 383 unsigned long timeout, u32 flags);
386int gk20a_fifo_set_timeslice(struct channel_gk20a *ch, unsigned int timeslice);
387void gk20a_fifo_setup_ramfc_for_privileged_channel(struct channel_gk20a *c); 384void gk20a_fifo_setup_ramfc_for_privileged_channel(struct channel_gk20a *c);
388int gk20a_fifo_alloc_inst(struct gk20a *g, struct channel_gk20a *ch); 385int gk20a_fifo_alloc_inst(struct gk20a *g, struct channel_gk20a *ch);
389void gk20a_fifo_free_inst(struct gk20a *g, struct channel_gk20a *ch); 386void gk20a_fifo_free_inst(struct gk20a *g, struct channel_gk20a *ch);