summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 2b905dcc..7e919e2e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -217,6 +217,7 @@ struct gpu_ops {
217 void (*free_inst)(struct gk20a *g, struct channel_gk20a *ch); 217 void (*free_inst)(struct gk20a *g, struct channel_gk20a *ch);
218 int (*setup_ramfc)(struct channel_gk20a *c, u64 gpfifo_base, 218 int (*setup_ramfc)(struct channel_gk20a *c, u64 gpfifo_base,
219 u32 gpfifo_entries); 219 u32 gpfifo_entries);
220 int (*resetup_ramfc)(struct channel_gk20a *c);
220 int (*preempt_channel)(struct gk20a *g, u32 hw_chid); 221 int (*preempt_channel)(struct gk20a *g, u32 hw_chid);
221 int (*update_runlist)(struct gk20a *g, u32 runlist_id, 222 int (*update_runlist)(struct gk20a *g, u32 runlist_id,
222 u32 hw_chid, bool add, 223 u32 hw_chid, bool add,