summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 0b383a83..35c4d688 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -116,11 +116,6 @@ int gk20a_init_mm_setup_hw(struct gk20a *g)
116 return 0; 116 return 0;
117} 117}
118 118
119int gk20a_mm_pde_coverage_bit_count(struct vm_gk20a *vm)
120{
121 return vm->mmu_levels[0].lo_bit[0];
122}
123
124/* for gk20a the "video memory" apertures here are misnomers. */ 119/* for gk20a the "video memory" apertures here are misnomers. */
125static inline u32 big_valid_pde0_bits(struct gk20a *g, 120static inline u32 big_valid_pde0_bits(struct gk20a *g,
126 struct nvgpu_gmmu_pd *pd, u64 addr) 121 struct nvgpu_gmmu_pd *pd, u64 addr)