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 <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2275468
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2020-01-07 21:34:34 -05:00
committed by Alex Waterman
parent f2e2b29194
commit 5152391572
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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