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 5d06a441..d5310b02 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -330,6 +330,7 @@ struct gpu_ops {
330 int (*channel_set_timeslice)(struct channel_gk20a *ch, 330 int (*channel_set_timeslice)(struct channel_gk20a *ch,
331 u32 timeslice); 331 u32 timeslice);
332 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose); 332 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose);
333 int (*engine_enum_from_type)(struct gk20a *g, u32 engine_type);
333 } fifo; 334 } fifo;
334 struct pmu_v { 335 struct pmu_v {
335 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 336 /*used for change of enum zbc update cmd id from ver 0 to ver1*/