From 51523915728cc693cc6d4ef7ea52e94f4b0bdaf6 Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Tue, 7 Jan 2020 21:34:34 -0500 Subject: [PATCH] gpu: nvgpu: unit: update missing SWUTS files A few unit tests went in without updating the SWUTS file/group info in SWUTS.h and SWUTS.sources. JIRA NVGPU-4818 Change-Id: I483e6703a8d4bb5d663795c70ecd8b75a514a97d Signed-off-by: Philip Elcan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2275468 GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.h | 4 ++++ userspace/SWUTS.sources | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index 107f783f8..74e488c0c 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -35,6 +35,7 @@ * - @ref SWUTS-interface-lock * - @ref SWUTS-interface-rbtree * - @ref SWUTS-interface-string + * - @ref SWUTS-interface-worker * - @ref SWUTS-bus * - @ref SWUTS-falcon * - @ref SWUTS-netlist @@ -73,6 +74,7 @@ * - @ref SWUTS-init * - @ref SWUTS-interface-atomic * - @ref SWUTS-ltc + * - @ref SWUTS-mc * - @ref SWUTS-mm-allocators-bitmap-allocator * - @ref SWUTS-mm-allocators-buddy-allocator * - @ref SWUTS-mm-as @@ -104,7 +106,9 @@ * - @ref SWUTS-priv_ring * - @ref SWUTS-ptimer * - @ref SWUTS-sdl + * - @ref SWUTS-therm * - @ref SWUTS-acr + * - @ref SWUTS-ce * - @ref SWUTS-cg * - @ref SWUTS-init_test * - @ref SWUTS-channel_os diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index f2eb5c17f..7860fb786 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -1,10 +1,12 @@ INPUT += ../../../userspace/SWUTS.h +INPUT += ../../../userspace/units/ce/nvgpu-ce.h INPUT += ../../../userspace/units/cg/nvgpu-cg.h INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h INPUT += ../../../userspace/units/interface/bsearch/bsearch.h INPUT += ../../../userspace/units/interface/lock/lock.h INPUT += ../../../userspace/units/interface/rbtree/rbtree.h INPUT += ../../../userspace/units/interface/string/nvgpu-string.h +INPUT += ../../../userspace/units/interface/worker/worker.h INPUT += ../../../userspace/units/bus/nvgpu-bus.h INPUT += ../../../userspace/units/falcon/falcon_tests/nvgpu-falcon.h INPUT += ../../../userspace/units/netlist/nvgpu-netlist.h @@ -51,6 +53,7 @@ INPUT += ../../../userspace/units/fuse/nvgpu-fuse-gp10b.h INPUT += ../../../userspace/units/init/nvgpu-init.h INPUT += ../../../userspace/units/interface/atomic/atomic.h 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/as/as.h @@ -80,6 +83,7 @@ INPUT += ../../../userspace/units/posix/thread/posix-thread.h INPUT += ../../../userspace/units/posix/timers/posix-timers.h INPUT += ../../../userspace/units/priv_ring/nvgpu-priv_ring.h INPUT += ../../../userspace/units/ptimer/nvgpu-ptimer.h +INPUT += ../../../userspace/units/therm/nvgpu-therm.h INPUT += ../../../userspace/units/acr/nvgpu-acr.h INPUT += ../../../userspace/units/top/nvgpu-top.h INPUT += ../../../userspace/units/class/nvgpu-class.h