mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: unit: enable pbdma tests on target
Add missing pbdma, runlist and channel files to tmake makefile and fix compilation issues. Update exports to fix link issues. Update required tests in JSON file. Jira NVGPU-3490 Change-Id: Ib5f7dd15ebbd81c5f5f304f8c22ea8299c469a93 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2247248 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
b5acb44f2f
commit
0ba37ecf4d
@@ -759,6 +759,81 @@
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel"
|
||||
},
|
||||
{
|
||||
"test": "disable",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "enable",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "read_state",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "bind",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gm20b"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gm20b"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gm20b"
|
||||
},
|
||||
{
|
||||
"test": "count",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "debug_dump",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "read_state",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "reset_faulted",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "unbind",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_channel_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "mem_create_from_phys",
|
||||
"test_level": 0,
|
||||
@@ -794,6 +869,31 @@
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_mem"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_pbdma"
|
||||
},
|
||||
{
|
||||
"test": "pbdma_find_for_runlist",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_pbdma"
|
||||
},
|
||||
{
|
||||
"test": "pbdma_status",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_pbdma"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_pbdma"
|
||||
},
|
||||
{
|
||||
"test": "setup_sw",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_pbdma"
|
||||
},
|
||||
{
|
||||
"test": "flat",
|
||||
"test_level": 0,
|
||||
@@ -909,6 +1009,61 @@
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist"
|
||||
},
|
||||
{
|
||||
"test": "hw_submit",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "length_max",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "wait_pending",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "write_state",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gk20a"
|
||||
},
|
||||
{
|
||||
"test": "entry_size",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "get_ch_entry",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "get_tsg_entry",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_runlist_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "sgt_alignment_non_iommu",
|
||||
"test_level": 0,
|
||||
@@ -989,6 +1144,26 @@
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_tsg"
|
||||
},
|
||||
{
|
||||
"test": "gv11b_tsg_init_eng_method_buffers",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_tsg_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "gv11b_tsg_unbind_channel_check_eng_faulted",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_tsg_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "init_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_tsg_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "remove_support",
|
||||
"test_level": 0,
|
||||
"unit": "nvgpu_tsg_gv11b"
|
||||
},
|
||||
{
|
||||
"test": "gmmu_clean",
|
||||
"test_level": 0,
|
||||
|
||||
Reference in New Issue
Block a user