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 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);