mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
Add two new sub-directories under MM: gmmu and allocators. The allocators directory is for all the allocator code we have. There's a fair amount and as such could be considered a component with a bunch of sub-units. The new GMMU directory will contain the GMMU component (which used to be a single unit). The new GMMU component is comprised of the page_table and pd_cache units. Also when we migrate the chip specific GMMU code out of mm_gk20a.c and mm_gp10b.c it will be placed in this new GMMU directory. JIRA NVGPU-1390 Change-Id: I7aa47ea2a32612b7d69972671fccb72770e1ae09 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1944385 Reviewed-by: Nicolas Benech <nbenech@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>