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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index ebe29bc3..6a669d88 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -535,10 +535,8 @@ struct gpu_ops {
535 u32 (*get_num_fifos)(struct gk20a *g); 535 u32 (*get_num_fifos)(struct gk20a *g);
536 u32 (*get_pbdma_signature)(struct gk20a *g); 536 u32 (*get_pbdma_signature)(struct gk20a *g);
537 int (*set_runlist_interleave)(struct gk20a *g, u32 id, 537 int (*set_runlist_interleave)(struct gk20a *g, u32 id,
538 bool is_tsg, u32 runlist_id, 538 u32 runlist_id,
539 u32 new_level); 539 u32 new_level);
540 int (*channel_set_timeslice)(struct channel_gk20a *ch,
541 u32 timeslice);
542 int (*tsg_set_timeslice)(struct tsg_gk20a *tsg, u32 timeslice); 540 int (*tsg_set_timeslice)(struct tsg_gk20a *tsg, u32 timeslice);
543 u32 (*default_timeslice_us)(struct gk20a *); 541 u32 (*default_timeslice_us)(struct gk20a *);
544 int (*force_reset_ch)(struct channel_gk20a *ch, 542 int (*force_reset_ch)(struct channel_gk20a *ch,