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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 1158add1..ec27ed77 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -471,6 +471,9 @@ struct gpu_ops {
471 int (*reset_enable_hw)(struct gk20a *g); 471 int (*reset_enable_hw)(struct gk20a *g);
472 int (*setup_userd)(struct channel_gk20a *c); 472 int (*setup_userd)(struct channel_gk20a *c);
473 u32 (*pbdma_acquire_val)(u64 timeout); 473 u32 (*pbdma_acquire_val)(u64 timeout);
474 void (*teardown_ch_tsg)(struct gk20a *g, u32 act_eng_bitmask,
475 u32 id, unsigned int id_type, unsigned int rc_type,
476 struct mmu_fault_info *mmfault);
474 } fifo; 477 } fifo;
475 struct pmu_v { 478 struct pmu_v {
476 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 479 /*used for change of enum zbc update cmd id from ver 0 to ver1*/