mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: add root SWUTS document
This patch adds the main SWUTS document (Software Unit Test Specification) from which all individual unit SWUTS will be referenced. JIRA NVGPU-3943 Change-Id: Ieee23509563cb543d4e8f41be3278679d0b9c4e2 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2178798 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4169311f00
commit
053ddbb365
@@ -773,6 +773,7 @@ WARN_LOGFILE =
|
||||
|
||||
@INCLUDE_PATH = doxygen
|
||||
@INCLUDE = Doxyfile.sources.safety
|
||||
@INCLUDE = ../../../userspace/SWUTS.sources
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
||||
@@ -41,6 +41,12 @@
|
||||
* - @ref unit-falcon
|
||||
* - Etc, etc.
|
||||
*
|
||||
* NVGPU Software Unit Design Documentation
|
||||
* ========================================
|
||||
*
|
||||
* For each top level unit, a corresponding Unit Test Specification is
|
||||
* available in the @ref NVGPU-SWUTS
|
||||
*
|
||||
* nvgpu-driver Level Requirements Table
|
||||
* =====================================
|
||||
*
|
||||
|
||||
36
userspace/SWUTS.h
Normal file
36
userspace/SWUTS.h
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @page NVGPU-SWUTS
|
||||
*
|
||||
* NVGPU Software Unit Test Specifications
|
||||
* =======================================
|
||||
*
|
||||
* The following pages cover the various unit test specifications needed
|
||||
* to test the NVGPU driver.
|
||||
*
|
||||
* - @ref SWUTS-mm-vm
|
||||
*
|
||||
*/
|
||||
|
||||
3
userspace/SWUTS.sources
Normal file
3
userspace/SWUTS.sources
Normal file
@@ -0,0 +1,3 @@
|
||||
INPUT += ../../../userspace/SWUTS.h
|
||||
INPUT += ../../../userspace/units/mm/vm/vm.h
|
||||
|
||||
Reference in New Issue
Block a user