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 121dd962..ab715bdc 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -476,6 +476,7 @@ struct gpu_ops {
476 int (*resetup_ramfc)(struct channel_gk20a *c); 476 int (*resetup_ramfc)(struct channel_gk20a *c);
477 int (*preempt_channel)(struct gk20a *g, u32 chid); 477 int (*preempt_channel)(struct gk20a *g, u32 chid);
478 int (*preempt_tsg)(struct gk20a *g, u32 tsgid); 478 int (*preempt_tsg)(struct gk20a *g, u32 tsgid);
479 int (*reschedule_runlist)(struct gk20a *g, u32 runlist_id);
479 int (*update_runlist)(struct gk20a *g, u32 runlist_id, 480 int (*update_runlist)(struct gk20a *g, u32 runlist_id,
480 u32 chid, bool add, 481 u32 chid, bool add,
481 bool wait_for_finish); 482 bool wait_for_finish);