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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 56f8fddb..0e13fba3 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -340,7 +340,11 @@ struct gpu_ops {
340 int (*channel_set_timeslice)(struct channel_gk20a *ch, 340 int (*channel_set_timeslice)(struct channel_gk20a *ch,
341 u32 timeslice); 341 u32 timeslice);
342 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose); 342 int (*force_reset_ch)(struct channel_gk20a *ch, bool verbose);
343 int (*engine_enum_from_type)(struct gk20a *g, u32 engine_type); 343 int (*engine_enum_from_type)(struct gk20a *g, u32 engine_type,
344 u32 *inst_id);
345 void (*device_info_data_parse)(struct gk20a *g,
346 u32 table_entry, u32 *inst_id,
347 u32 *pri_base, u32 *fault_id);
344 } fifo; 348 } fifo;
345 struct pmu_v { 349 struct pmu_v {
346 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 350 /*used for change of enum zbc update cmd id from ver 0 to ver1*/