gpu: nvgpu: fix SWUTS path for common.pbdma

Fix SWUTS reference for common.pbdma.
Fix #ifdef for include file.

Jira NVGPU-3490

Change-Id: I115b3cd8efd14ee6f50efd725c244c80cb8c2bea
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2253632
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2019-11-18 13:51:49 -05:00
committed by Alex Waterman
parent 9191461a6a
commit 59c740cf6a
2 changed files with 4 additions and 7 deletions

View File

@@ -201,7 +201,6 @@ done:
return ret;
}
int test_pbdma_status(struct unit_module *m,
struct gk20a *g, void *args)
{
@@ -243,8 +242,6 @@ done:
return ret;
}
struct unit_module_test nvgpu_pbdma_tests[] = {
UNIT_TEST(setup_sw, test_pbdma_setup_sw, &unit_ctx, 0),
UNIT_TEST(init_support, test_fifo_init_support, &unit_ctx, 0),

View File

@@ -19,15 +19,15 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#ifndef UNIT_NVGPU_TSG_H
#define UNIT_NVGPU_TSG_H
#ifndef UNIT_NVGPU_PBDMA_H
#define UNIT_NVGPU_PBDMA_H
#include <nvgpu/types.h>
struct unit_module;
struct gk20a;
/** @addtogroup SWUTS-fifo-tsg
/** @addtogroup SWUTS-fifo-pdbma
* @{
*
* Software Unit Test Specification for fifo/pbdma
@@ -112,4 +112,4 @@ int test_pbdma_status(struct unit_module *m,
* @}
*/
#endif /* UNIT_NVGPU_TSG_H */
#endif /* UNIT_NVGPU_PBDMA_H */