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 8d03cc9a..817315e7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -454,6 +454,7 @@ struct gpu_ops {
454 unsigned int id_type, unsigned int timeout_rc_type); 454 unsigned int id_type, unsigned int timeout_rc_type);
455 int (*preempt_ch_tsg)(struct gk20a *g, u32 id, 455 int (*preempt_ch_tsg)(struct gk20a *g, u32 id,
456 unsigned int id_type, unsigned int timeout_rc_type); 456 unsigned int id_type, unsigned int timeout_rc_type);
457 void (*init_pbdma_intr_descs)(struct fifo_gk20a *f);
457 } fifo; 458 } fifo;
458 struct pmu_v { 459 struct pmu_v {
459 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 460 /*used for change of enum zbc update cmd id from ver 0 to ver1*/