diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 97953dac2..388246383 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -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/tsg/nvgpu-tsg.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/gv11b/nvgpu-usermode-gv11b.h INPUT += ../../../userspace/units/fifo/usermode/gv11b/nvgpu-usermode-gv11b.h diff --git a/userspace/required_tests.json b/userspace/required_tests.json index d6ff6566a..9d44ff2f9 100644 --- a/userspace/required_tests.json +++ b/userspace/required_tests.json @@ -3647,6 +3647,66 @@ "unit": "nvgpu_usermode_gv11b", "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", "case": "usermode",