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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7aca186e..7aa10692 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -137,6 +137,8 @@ struct gpu_ops {
137 } clock_gating; 137 } clock_gating;
138 struct { 138 struct {
139 void (*bind_channel)(struct channel_gk20a *ch_gk20a); 139 void (*bind_channel)(struct channel_gk20a *ch_gk20a);
140 void (*trigger_mmu_fault)(struct gk20a *g,
141 unsigned long engine_ids);
140 } fifo; 142 } fifo;
141 struct pmu_v { 143 struct pmu_v {
142 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 144 /*used for change of enum zbc update cmd id from ver 0 to ver1*/