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 e17392d0..61e8e641 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -475,6 +475,7 @@ struct gpu_ops {
475 void (*init_pdb)(struct gk20a *g, void *inst_ptr, u64 pdb_addr); 475 void (*init_pdb)(struct gk20a *g, void *inst_ptr, u64 pdb_addr);
476 u64 (*get_iova_addr)(struct gk20a *g, struct scatterlist *sgl, 476 u64 (*get_iova_addr)(struct gk20a *g, struct scatterlist *sgl,
477 u32 flags); 477 u32 flags);
478 int (*bar1_bind)(struct gk20a *g, u64 bar1_iova);
478 } mm; 479 } mm;
479 struct { 480 struct {
480 int (*init_therm_setup_hw)(struct gk20a *g); 481 int (*init_therm_setup_hw)(struct gk20a *g);