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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 350bfa88..147d1bea 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -274,6 +274,6 @@ void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist);
274 274
275u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c); 275u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
276void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c); 276void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);
277 277bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid);
278 278
279#endif /*__GR_GK20A_H__*/ 279#endif /*__GR_GK20A_H__*/