summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-03-03 16:49:30 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-22 13:11:21 -0400
commit971a3c8050184f1defa894310cd572e41b3adc65 (patch)
tree54a7e01b35b568d9b2945c15eb45c0e1189838fb /drivers/gpu/nvgpu/gk20a/gk20a.h
parentfcd7fce9bc9ee744a518854995ba9679216e09c8 (diff)
gpu: nvgpu: add mm ops for mmu_fault_pending
This change is needed for t19x mmu fault handling. Change-Id: I7f9190ab305f699401f6b0033b6a93dd8b4fc3cd Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1315201 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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 d5757130..5bf1e02d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -633,6 +633,7 @@ struct gpu_ops {
633 size_t (*get_vidmem_size)(struct gk20a *g); 633 size_t (*get_vidmem_size)(struct gk20a *g);
634 void (*init_inst_block)(struct mem_desc *inst_block, 634 void (*init_inst_block)(struct mem_desc *inst_block,
635 struct vm_gk20a *vm, u32 big_page_size); 635 struct vm_gk20a *vm, u32 big_page_size);
636 bool (*mmu_fault_pending)(struct gk20a *g);
636 } mm; 637 } mm;
637 struct { 638 struct {
638 int (*init_therm_setup_hw)(struct gk20a *g); 639 int (*init_therm_setup_hw)(struct gk20a *g);