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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index 1ab84e03..197e2b81 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -2559,13 +2559,6 @@ int gk20a_init_vm(struct mm_gk20a *mm,
2559 /* note: keep the page sizes sorted lowest to highest here */ 2559 /* note: keep the page sizes sorted lowest to highest here */
2560 u32 gmmu_page_sizes[gmmu_nr_page_sizes] = { SZ_4K, big_page_size }; 2560 u32 gmmu_page_sizes[gmmu_nr_page_sizes] = { SZ_4K, big_page_size };
2561 2561
2562 /*
2563 * Linsim bug: seems like we can't have pushbuffers above 4GB. Easy WAR for sim
2564 * is to just limit the address space to 4GB.
2565 */
2566 if (tegra_platform_is_linsim() && aperture_size > SZ_4G)
2567 aperture_size = SZ_4G;
2568
2569 vm->mm = mm; 2562 vm->mm = mm;
2570 2563
2571 vm->va_start = low_hole; 2564 vm->va_start = low_hole;