From 38a37d16444c5a0ddb3dcb2bfb46346fef5a144d Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Tue, 14 Jan 2020 21:28:42 -0500 Subject: [PATCH] gpu: nvgpu: unit: add units to SWUTS group Add the static analysis test and sync units to the SWUTS doxygen group. JIRA NVGPU-4818 Change-Id: I5d7fe7bd107979192d0344d75902ce96c710095d Signed-off-by: Philip Elcan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2279485 Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.h | 2 ++ userspace/SWUTS.sources | 2 ++ 2 files changed, 4 insertions(+) diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index f9791b27e..ba9240dc4 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -34,6 +34,7 @@ * - @ref SWUTS-interface-bsearch * - @ref SWUTS-interface-lock * - @ref SWUTS-interface-rbtree + * - @ref SWUTS-interface-static_analysis * - @ref SWUTS-interface-string * - @ref SWUTS-interface-worker * - @ref SWUTS-bus @@ -95,6 +96,7 @@ * - @ref SWUTS-mm-page_table_faults * - @ref SWUTS-mm-mm * - @ref SWUTS-mm-vm + * - @ref SWUTS-nvgpu-sync * - @ref SWUTS-fb * - @ref SWUTS-fbp * - @ref SWUTS-fuse diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 500527e83..4825c346a 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -5,6 +5,7 @@ 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/static_analysis/static_analysis.h INPUT += ../../../userspace/units/interface/string/nvgpu-string.h INPUT += ../../../userspace/units/interface/worker/worker.h INPUT += ../../../userspace/units/bus/nvgpu-bus.h @@ -74,6 +75,7 @@ INPUT += ../../../userspace/units/mm/nvgpu_sgt/nvgpu_sgt.h INPUT += ../../../userspace/units/mm/page_table_faults/page_table_faults.h INPUT += ../../../userspace/units/mm/mm/mm.h INPUT += ../../../userspace/units/mm/vm/vm.h +INPUT += ../../../userspace/units/sync/nvgpu-sync.h INPUT += ../../../userspace/units/posix/bitops/posix-bitops.h INPUT += ../../../userspace/units/posix/cond/posix-cond.h INPUT += ../../../userspace/units/posix/fault-injection/posix-fault-injection.h