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 730ef43e..a1080f0b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -150,6 +150,7 @@ struct gpu_ops {
150 void (*bind_channel)(struct channel_gk20a *ch_gk20a); 150 void (*bind_channel)(struct channel_gk20a *ch_gk20a);
151 void (*trigger_mmu_fault)(struct gk20a *g, 151 void (*trigger_mmu_fault)(struct gk20a *g,
152 unsigned long engine_ids); 152 unsigned long engine_ids);
153 void (*apply_pb_timeout)(struct gk20a *g);
153 } fifo; 154 } fifo;
154 struct pmu_v { 155 struct pmu_v {
155 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 156 /*used for change of enum zbc update cmd id from ver 0 to ver1*/