summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 55d74435..7b7c2ef7 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -1,6 +1,4 @@
1/* 1/*
2 * GK20A memory management
3 *
4 * Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2011-2018, NVIDIA CORPORATION. All rights reserved.
5 * 3 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
@@ -129,8 +127,6 @@ void gk20a_mm_ltc_isr(struct gk20a *g);
129 127
130bool gk20a_mm_mmu_debug_mode_enabled(struct gk20a *g); 128bool gk20a_mm_mmu_debug_mode_enabled(struct gk20a *g);
131 129
132int gk20a_mm_mmu_vpr_info_fetch(struct gk20a *g);
133
134int gk20a_alloc_inst_block(struct gk20a *g, struct nvgpu_mem *inst_block); 130int gk20a_alloc_inst_block(struct gk20a *g, struct nvgpu_mem *inst_block);
135void gk20a_init_inst_block(struct nvgpu_mem *inst_block, struct vm_gk20a *vm, 131void gk20a_init_inst_block(struct nvgpu_mem *inst_block, struct vm_gk20a *vm,
136 u32 big_page_size); 132 u32 big_page_size);