From cec089eff20781d15ce82059601aaf5d255abebc Mon Sep 17 00:00:00 2001 From: Vedashree Vidwans Date: Mon, 27 Jan 2020 15:41:11 -0800 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2286133 Tested-by: mobile promotions Reviewed-by: mobile promotions --- userspace/SWUTS.h | 1 + userspace/SWUTS.sources | 1 + 2 files changed, 2 insertions(+) diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index fdf7cf001..9da69f6c7 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -83,6 +83,7 @@ * - @ref SWUTS-mc * - @ref SWUTS-mm-allocators-bitmap-allocator * - @ref SWUTS-mm-allocators-buddy-allocator + * - @ref SWUTS-mm-allocators-nvgpu-allocator * - @ref SWUTS-mm-as * - @ref SWUTS-mm-dma * - @ref SWUTS-mm-gmmu-page_table diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index b18faec66..f6754ea3c 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -61,6 +61,7 @@ INPUT += ../../../userspace/units/ltc/nvgpu-ltc.h INPUT += ../../../userspace/units/mc/nvgpu-mc.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/nvgpu_allocator.h INPUT += ../../../userspace/units/mm/as/as.h INPUT += ../../../userspace/units/mm/dma/dma.h INPUT += ../../../userspace/units/mm/gmmu/page_table/page_table.h