summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-22 15:58:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 21:34:58 -0400
commit82c0c96290602b1baf296133c7f55ae1848e433a (patch)
tree1f32dc8571ce777c50984be1194c68ddeea73b38 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent3ffcadc8dd6152d4ce2677b4e5d8e043a3df58ac (diff)
gpu: nvgpu: Remove gk20a support
Remove gk20a support. Leave only gk20a code which is reused by other GPUs. JIRA NVGPU-38 Change-Id: I3d5f2bc9f71cd9f161e64436561a5eadd5786a3b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 7c476526..cf37640d 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -439,8 +439,6 @@ void pde_range_from_vaddr_range(struct vm_gk20a *vm,
439int gk20a_mm_pde_coverage_bit_count(struct vm_gk20a *vm); 439int gk20a_mm_pde_coverage_bit_count(struct vm_gk20a *vm);
440u32 gk20a_mm_get_physical_addr_bits(struct gk20a *g); 440u32 gk20a_mm_get_physical_addr_bits(struct gk20a *g);
441 441
442struct gpu_ops;
443void gk20a_init_mm(struct gpu_ops *gops);
444const struct gk20a_mmu_level *gk20a_mm_get_mmu_levels(struct gk20a *g, 442const struct gk20a_mmu_level *gk20a_mm_get_mmu_levels(struct gk20a *g,
445 u32 big_page_size); 443 u32 big_page_size);
446void gk20a_mm_init_pdb(struct gk20a *g, struct nvgpu_mem *mem, 444void gk20a_mm_init_pdb(struct gk20a *g, struct nvgpu_mem *mem,