summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2016-05-09 20:24:49 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-05-31 13:47:47 -0400
commit7a134457a840118ed02967a3c0bc4b4f248837ea (patch)
tree9d633695abe78b95481b459a77cc905af18e9d17 /drivers/gpu/nvgpu/gk20a/gk20a.h
parentd707c5a444e024e1184213a75f44a73dbb1707d2 (diff)
gpu: nvgpu: vgpu: add tsg set timeslice support
Bug 1702773 JIRA VFND-1496 Change-Id: Ice570df78d974fa59f2a932caf0e6249b13493a1 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: http://git-master/r/1144929 (cherry picked from commit 8b6ec996f3773e497a040a8fe4148e01e8dc35fa) Reviewed-on: http://git-master/r/1150705 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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 6f47f228..36bc0fb7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -340,6 +340,7 @@ struct gpu_ops {
340 u32 new_level); 340 u32 new_level);
341 int (*channel_set_timeslice)(struct channel_gk20a *ch, 341 int (*channel_set_timeslice)(struct channel_gk20a *ch,
342 u32 timeslice); 342 u32 timeslice);
343 int (*tsg_set_timeslice)(struct tsg_gk20a *tsg, u32 timeslice);
343 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose); 344 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose);
344 int (*engine_enum_from_type)(struct gk20a *g, u32 engine_type, 345 int (*engine_enum_from_type)(struct gk20a *g, u32 engine_type,
345 u32 *inst_id); 346 u32 *inst_id);