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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index faccf04a..8b87c7aa 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -269,6 +269,8 @@ struct gpu_ops {
269 int (*set_runlist_interleave)(struct gk20a *g, u32 id, 269 int (*set_runlist_interleave)(struct gk20a *g, u32 id,
270 bool is_tsg, u32 runlist_id, 270 bool is_tsg, u32 runlist_id,
271 u32 new_level); 271 u32 new_level);
272 int (*channel_set_timeslice)(struct channel_gk20a *ch,
273 u32 timeslice);
272 } fifo; 274 } fifo;
273 struct pmu_v { 275 struct pmu_v {
274 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 276 /*used for change of enum zbc update cmd id from ver 0 to ver1*/