gpu: nvgpu: addon to RC unit

Added entries to SWUTS.sources and required_tests.json

Jira NVGPU-4385

Change-Id: I8300645d0ea63e9e016d602f1cc4cf1d4104f45b
Signed-off-by: Debarshi Dutta <ddutta@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2287600
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Debarshi Dutta
2020-01-30 16:57:55 +05:30
committed by Alex Waterman
parent fa75e9d2de
commit 249418b90b
2 changed files with 62 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ INPUT += ../../../userspace/units/fifo/runlist/gk20a/nvgpu-runlist-gk20a.h
INPUT += ../../../userspace/units/fifo/runlist/gv11b/nvgpu-runlist-gv11b.h INPUT += ../../../userspace/units/fifo/runlist/gv11b/nvgpu-runlist-gv11b.h
INPUT += ../../../userspace/units/fifo/tsg/nvgpu-tsg.h INPUT += ../../../userspace/units/fifo/tsg/nvgpu-tsg.h
INPUT += ../../../userspace/units/fifo/tsg/gv11b/nvgpu-tsg-gv11b.h INPUT += ../../../userspace/units/fifo/tsg/gv11b/nvgpu-tsg-gv11b.h
INPUT += ../../../userspace/units/rc/nvgpu-rc.h
INPUT += ../../../userspace/units/rc/nvgpu-rc.c
INPUT += ../../../userspace/units/fifo/userd/gk20a/nvgpu-userd-gk20a.h INPUT += ../../../userspace/units/fifo/userd/gk20a/nvgpu-userd-gk20a.h
INPUT += ../../../userspace/units/fifo/userd/gv11b/nvgpu-usermode-gv11b.h INPUT += ../../../userspace/units/fifo/userd/gv11b/nvgpu-usermode-gv11b.h
INPUT += ../../../userspace/units/fifo/usermode/gv11b/nvgpu-usermode-gv11b.h INPUT += ../../../userspace/units/fifo/usermode/gv11b/nvgpu-usermode-gv11b.h

View File

@@ -3647,6 +3647,66 @@
"unit": "nvgpu_usermode_gv11b", "unit": "nvgpu_usermode_gv11b",
"test_level": 0 "test_level": 0
}, },
{
"test": "test_rc_init",
"case": "rc_init",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_fifo_recover",
"case": "rc_fifo_recover",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_ctxsw_timeout",
"case": "rc_ctxsw_timeout",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_pbdma_fault",
"case": "rc_pbdma_fault",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_preempt_timeout",
"case": "rc_preempt_timeout",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_gr_fault",
"case": "rc_gr_fault",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_sched_error_bad_tsg",
"case": "rc_sched_error_bad_tsg",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_tsg_and_related_engines",
"case": "rc_tsg_and_related_engines",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_mmu_fault",
"case": "rc_mmu_fault",
"unit": "nvgpu-rc",
"test_level": 0
},
{
"test": "test_rc_deinit",
"case": "rc_deinit",
"unit": "nvgpu-rc",
"test_level": 0
},
{ {
"test": "test_gv11b_usermode", "test": "test_gv11b_usermode",
"case": "usermode", "case": "usermode",