gpu: nvgpu: mm: update SWUTS with nvgpu_allocator

Add nvgpu_allocator header to SWUTS header and sources list.

Jira NVGPU-4780

Change-Id: I399de70fc4eef84522e3978c6fc0bbb795a638f1
Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2286133
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vedashree Vidwans
2020-01-27 15:41:11 -08:00
committed by Alex Waterman
parent 0c47ea2b50
commit cec089eff2
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
* - @ref SWUTS-mc * - @ref SWUTS-mc
* - @ref SWUTS-mm-allocators-bitmap-allocator * - @ref SWUTS-mm-allocators-bitmap-allocator
* - @ref SWUTS-mm-allocators-buddy-allocator * - @ref SWUTS-mm-allocators-buddy-allocator
* - @ref SWUTS-mm-allocators-nvgpu-allocator
* - @ref SWUTS-mm-as * - @ref SWUTS-mm-as
* - @ref SWUTS-mm-dma * - @ref SWUTS-mm-dma
* - @ref SWUTS-mm-gmmu-page_table * - @ref SWUTS-mm-gmmu-page_table

View File

@@ -61,6 +61,7 @@ INPUT += ../../../userspace/units/ltc/nvgpu-ltc.h
INPUT += ../../../userspace/units/mc/nvgpu-mc.h INPUT += ../../../userspace/units/mc/nvgpu-mc.h
INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocator.h INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocator.h
INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h
INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/nvgpu_allocator.h
INPUT += ../../../userspace/units/mm/as/as.h INPUT += ../../../userspace/units/mm/as/as.h
INPUT += ../../../userspace/units/mm/dma/dma.h INPUT += ../../../userspace/units/mm/dma/dma.h
INPUT += ../../../userspace/units/mm/gmmu/page_table/page_table.h INPUT += ../../../userspace/units/mm/gmmu/page_table/page_table.h