mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
The support sparse HAL severs only one purpose: return true or false depending on whether the given chip supports sparse mappings. This HAL is used to, in turn, program (or not) the NVGPU_SUPPORT_SPARSE_ALLOCS enabled flag. So instead of having all this rigmarole to program this flag just program it for all native GPUs. Then, in the vGPU specific characteristics function disable it explicitly. This seems to have precedent already. JIRA NVGPU-1737 JIRA NVGPU-1934 Change-Id: I630928ad656aaffc09fdc6b7fec9fc423aa94c38 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2006796 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>