mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: fix unit test traceability issues
Some of the functions with no traceability to unit tests are already covered by callee API functions. Skip these functions in SWVR by skipping doxygen for them. Some of the functions are non-fusa like those in profile.h and bsearch.h. Those were included as the header was included in Doxygen sources. Mark then non-safe. Some of the nvgpu functions were not added to Targets entries for respective tests. Fix those. JIRA NVGPU-7211 Change-Id: Iacf22dccdd9340100cf93814566d3979734c455d Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2612982 (cherry picked from commit a40f62654747102cc8ef53ddbd9f953c21c2b745) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2737672 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
bd5ade293d
commit
d75473a115
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2022, 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"),
|
||||
@@ -39,13 +39,14 @@ struct unit_module;
|
||||
*
|
||||
* Test Type: Feature, Boundary Values
|
||||
*
|
||||
* Targets: gops_class.is_valid, gv11b_class_is_valid
|
||||
* Equivalence classes:
|
||||
* Targets: gops_class.is_valid, gv11b_class_is_valid,
|
||||
* gops_class.is_valid_compute, gv11b_class_is_valid_compute,
|
||||
*
|
||||
* Equivalence classes for all class:
|
||||
* Variable: class_num
|
||||
* - Valid : { 0xC3C0U }, { 0xC3B5U }, { 0xC36FU }, { 0xC397U }
|
||||
*
|
||||
* Targets: gops_class.is_valid_compute, gv11b_class_is_valid_compute,
|
||||
* Equivalence classes:
|
||||
* Equivalence classes for compute class:
|
||||
* Variable: class_num
|
||||
* - Valid : { 0xC3C0U }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user