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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 7fdd3b6b..af0630d2 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -83,8 +83,6 @@ enum {
83#define RUNLIST_DISABLED 0 83#define RUNLIST_DISABLED 0
84#define RUNLIST_ENABLED 1 84#define RUNLIST_ENABLED 1
85 85
86#define RUNLIST_INFO_MUTEX_LOCKED 1
87
88/* generally corresponds to the "pbdma" engine */ 86/* generally corresponds to the "pbdma" engine */
89 87
90struct fifo_runlist_info_gk20a { 88struct fifo_runlist_info_gk20a {
@@ -336,7 +334,7 @@ int gk20a_fifo_init_engine_info(struct fifo_gk20a *f);
336void gk20a_get_tsg_runlist_entry(struct tsg_gk20a *tsg, u32 *runlist); 334void gk20a_get_tsg_runlist_entry(struct tsg_gk20a *tsg, u32 *runlist);
337void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist); 335void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist);
338void gk20a_fifo_set_runlist_state(struct gk20a *g, u32 runlists_mask, 336void gk20a_fifo_set_runlist_state(struct gk20a *g, u32 runlists_mask,
339 u32 runlist_state, int runlist_mutex_state); 337 u32 runlist_state);
340 338
341u32 gk20a_fifo_userd_gp_get(struct gk20a *g, struct channel_gk20a *c); 339u32 gk20a_fifo_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
342void gk20a_fifo_userd_gp_put(struct gk20a *g, struct channel_gk20a *c); 340void gk20a_fifo_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);