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 b09fde65..7351478a 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -343,6 +343,7 @@ void gk20a_fifo_set_runlist_state(struct gk20a *g, u32 runlists_mask,
343 343
344u32 gk20a_fifo_userd_gp_get(struct gk20a *g, struct channel_gk20a *c); 344u32 gk20a_fifo_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
345void gk20a_fifo_userd_gp_put(struct gk20a *g, struct channel_gk20a *c); 345void gk20a_fifo_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);
346u64 gk20a_fifo_userd_pb_get(struct gk20a *g, struct channel_gk20a *c);
346 347
347bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid); 348bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid);
348#ifdef CONFIG_DEBUG_FS 349#ifdef CONFIG_DEBUG_FS