mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
vgpu_mm_gp10b files contained gp10b specific code. - vgpu_gp10b_locked_gmmu_map function is common to all chips. Rename this function to vgpu_locked_gmmu_map and move this function implementation to to mm_vgpu file. - diable_bigpage variable is set to false in vgpu_gp10b_init_mm_setup_hw function. This is not related to mm hw initialization. Move this assignment to vgpu_init_variables along with other mm specific initialization as done for native. Change-Id: I4aba3096a3c945b8b3f4175382ebc78322e1d16e Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2028862 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>