mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
This patch adds new channel and sync test to improve coverage. This patch also updates SWUTs target tag to increase function traceability and updates test type. Jira NVGPU-4817 Change-Id: I52a7fa27f61e7e465d2ede25b92745413f17e50b Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280963 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
4914 lines
119 KiB
JSON
4914 lines
119 KiB
JSON
[
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_add_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_add_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_add_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_add_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_add_unless",
|
|
"case": "atomic_add_unless_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_add_unless_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_add_unless",
|
|
"case": "atomic_add_unless_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_add_unless_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_cmpxchg",
|
|
"case": "atomic_cmpxchg_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_cmpxchg_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_cmpxchg",
|
|
"case": "atomic_cmpxchg_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_cmpxchg_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_cmpxchg_not_atomic_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_dec_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_dec_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_dec_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_dec_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_dec_and_test_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_dec_and_test_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_dec_and_test_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_dec_and_test_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_dec_and_test_not_atomic_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_inc_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_inc_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_inc_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_inc_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_inc_and_test_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_inc_and_test_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_inc_and_test_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_inc_and_test_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_inc_and_test_not_atomic_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_set_and_read",
|
|
"case": "atomic_set_and_read_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_set_and_read",
|
|
"case": "atomic_set_and_read_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_sub_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_sub_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_sub_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_threaded",
|
|
"case": "atomic_sub_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_sub_and_test_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_sub_and_test_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic",
|
|
"case": "atomic_sub_and_test_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_sub_and_test_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_arithmetic_and_test_threaded",
|
|
"case": "atomic_sub_and_test_not_atomic_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_xchg",
|
|
"case": "atomic_xchg_32",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_xchg_threaded",
|
|
"case": "atomic_xchg_32_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_xchg",
|
|
"case": "atomic_xchg_64",
|
|
"unit": "atomic",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_atomic_xchg_threaded",
|
|
"case": "atomic_xchg_64_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_atomic_xchg_threaded",
|
|
"case": "atomic_xchg_not_atomic_threaded",
|
|
"unit": "atomic",
|
|
"test_level": 1
|
|
},
|
|
{
|
|
"test": "test_nvgpu_bitmap_allocator_alloc",
|
|
"case": "alloc",
|
|
"unit": "bitmap_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_bitmap_allocator_critical",
|
|
"case": "critical",
|
|
"unit": "bitmap_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_bitmap_allocator_destroy",
|
|
"case": "free",
|
|
"unit": "bitmap_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_bitmap_allocator_init",
|
|
"case": "init",
|
|
"unit": "bitmap_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_bitmap_allocator_ops",
|
|
"case": "ops",
|
|
"unit": "bitmap_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_buddy_allocator_alloc",
|
|
"case": "alloc",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_buddy_allocator_basic_ops",
|
|
"case": "basic_ops",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_buddy_allocator_carveout",
|
|
"case": "carveout",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_buddy_allocator_destroy",
|
|
"case": "destroy",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_buddy_allocator_init",
|
|
"case": "init",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_buddy_allocator_with_big_pages",
|
|
"case": "ops_big_pages",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_buddy_allocator_with_small_pages",
|
|
"case": "ops_small_pages",
|
|
"unit": "buddy_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bus_setup",
|
|
"case": "bus_setup",
|
|
"unit": "bus",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init_hw",
|
|
"case": "bus_init_hw",
|
|
"unit": "bus",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bar_bind",
|
|
"case": "bus_bar_bind",
|
|
"unit": "bus",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bus_isr",
|
|
"case": "bus_isr",
|
|
"unit": "bus",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bus_free_reg_space",
|
|
"case": "bus_free_reg_space",
|
|
"unit": "bus",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_env",
|
|
"case": "ce_free_env",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_num_pce",
|
|
"case": "ce_get_num_pce",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init_prod_values",
|
|
"case": "ce_init_prod_values",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ce_init_support",
|
|
"case": "ce_init_support",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ce_nonstall_isr",
|
|
"case": "ce_nonstall_isr",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_setup_env",
|
|
"case": "ce_setup_env",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ce_stall_isr",
|
|
"case": "ce_stall_isr",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mthd_buffer_fault_in_bar2_fault",
|
|
"case": "mthd_buffer_fault_in_bar2_fault",
|
|
"unit": "ce",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_ce",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_fb_ltc",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_fifo",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_gr",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_gr_load_gating_prod",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "blcg_pmu",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_elcg",
|
|
"case": "elcg",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "init_test_env",
|
|
"case": "init",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_ce2",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_fb_ltc",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_fifo",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_gr_load_gating_prod",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_pmu",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_priring",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cg",
|
|
"case": "slcg_therm",
|
|
"unit": "cg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "class_validate_setup",
|
|
"case": "class_validate",
|
|
"unit": "class",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_enabled_flags_false_check",
|
|
"case": "enabled_flags_false_check",
|
|
"unit": "enabled",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_free_enabled_flags",
|
|
"case": "free",
|
|
"unit": "enabled",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_init_enabled_flags",
|
|
"case": "init",
|
|
"unit": "enabled",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_set_enabled",
|
|
"case": "set_enabled",
|
|
"unit": "enabled",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_bootstrap",
|
|
"case": "falcon_bootstrap",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "free_falcon_test_env",
|
|
"case": "falcon_free_test_env",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_get_id",
|
|
"case": "falcon_get_id",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_halt",
|
|
"case": "falcon_halt",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_idle",
|
|
"case": "falcon_idle",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_irq",
|
|
"case": "falcon_irq",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mailbox",
|
|
"case": "falcon_mailbox",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_aligned",
|
|
"case": "falcon_mem_rw_aligned",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_fault",
|
|
"case": "falcon_mem_rw_fault",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_init",
|
|
"case": "falcon_mem_rw_init",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_inval_port",
|
|
"case": "falcon_mem_rw_inval_port",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_range",
|
|
"case": "falcon_mem_rw_range",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_unaligned_cpu_buffer",
|
|
"case": "falcon_mem_rw_unaligned_cpu_buffer",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_rw_zero",
|
|
"case": "falcon_mem_rw_zero",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_mem_scrub",
|
|
"case": "falcon_mem_scrub",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_reset",
|
|
"case": "falcon_reset",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_falcon_sw_init_free",
|
|
"case": "falcon_sw_init_free",
|
|
"unit": "falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_fi_default",
|
|
"case": "cache_default",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_fi_delayed_disable",
|
|
"case": "cache_delayed_disable",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_fi_delayed_enable",
|
|
"case": "cache_delayed_enable",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_fi_enabled",
|
|
"case": "cache_enabled",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_dma_alloc_fi_default",
|
|
"case": "dma_alloc_default",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_dma_alloc_fi_delayed_enable",
|
|
"case": "dma_alloc_delayed_enable",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_dma_alloc_fi_enabled",
|
|
"case": "dma_alloc_enabled",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_dma_alloc_init",
|
|
"case": "dma_alloc_init",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fault_injection_init",
|
|
"case": "fault_injection_init",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_init",
|
|
"case": "init",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kmalloc_fi_default",
|
|
"case": "kmalloc_default",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kmalloc_fi_delayed_disable",
|
|
"case": "kmalloc_delayed_disable",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kmalloc_fi_delayed_enable",
|
|
"case": "kmalloc_delayed_enable",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kmalloc_fi_enabled",
|
|
"case": "kmalloc_enabled",
|
|
"unit": "fault_injection",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fbp_free_reg_space",
|
|
"case": "fbp_free_reg_space",
|
|
"unit": "fbp",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fbp_init_and_query",
|
|
"case": "fbp_init_and_query",
|
|
"unit": "fbp",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fbp_remove_support",
|
|
"case": "fbp_remove_support",
|
|
"unit": "fbp",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fbp_setup",
|
|
"case": "fbp_setup",
|
|
"unit": "fbp",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_clean_flush_gk20a_fusa",
|
|
"case": "env_clean",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_init_flush_gk20a_fusa",
|
|
"case": "env_init",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s0",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s1",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s2",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s3",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s4",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s5",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_fb_flush",
|
|
"case": "mm_fb_flush_s6",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s0",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s1",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s2",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s3",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s4",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_flush",
|
|
"case": "mm_l2_flush_s5",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_invalidate",
|
|
"case": "mm_l2_invalidate_s0",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_invalidate",
|
|
"case": "mm_l2_invalidate_s1",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_invalidate",
|
|
"case": "mm_l2_invalidate_s2",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_invalidate",
|
|
"case": "mm_l2_invalidate_s3",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_mm_l2_invalidate",
|
|
"case": "mm_l2_invalidate_s4",
|
|
"unit": "flush_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_clean_flush_gv11b_fusa",
|
|
"case": "env_clean",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_init_flush_gv11b_fusa",
|
|
"case": "env_init",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s0",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s1",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s2",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s3",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s4",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_l2_flush",
|
|
"case": "mm_l2_flush_s5",
|
|
"unit": "flush_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gm20b_basic_fuses",
|
|
"case": "fuse_gm20b_basic_fuses",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_device_common_cleanup",
|
|
"case": "fuse_gm20b_cleanup",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_device_common_init",
|
|
"case": "fuse_gm20b_init",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_check_gcplex_fail",
|
|
"case": "fuse_gp10b_check_gcplex_fail",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_check_non_sec",
|
|
"case": "fuse_gp10b_check_non_sec",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_check_sec",
|
|
"case": "fuse_gp10b_check_sec",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_check_sec_invalid_gcplex",
|
|
"case": "fuse_gp10b_check_sec_invalid_gcplex",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_device_common_cleanup",
|
|
"case": "fuse_gp10b_cleanup",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_ecc",
|
|
"case": "fuse_gp10b_ecc",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_gp10b_feature_override_disable",
|
|
"case": "fuse_gp10b_feature_override_disable",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fuse_device_common_init",
|
|
"case": "fuse_gp10b_init",
|
|
"unit": "fuse",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_get_pde_pgsz",
|
|
"case": "pde_pgsz",
|
|
"unit": "gmmu_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_get_pte_pgsz",
|
|
"case": "pte_pgsz",
|
|
"unit": "gmmu_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_mm_get_big_page_sizes",
|
|
"case": "get_big_pgsz",
|
|
"unit": "gmmu_gm20b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_get_default_big_page_size",
|
|
"case": "big_pgsz",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s0",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s1",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s2",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s3",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s4",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_pde0_pgsz",
|
|
"case": "gp10b_get_pde0_pgsz_s5",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_get_iommu_bit",
|
|
"case": "iommu_bit",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_get_max_page_table_levels",
|
|
"case": "max_page_table_levels",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_get_mmu_levels",
|
|
"case": "mmu_levels",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pde0_locked",
|
|
"case": "update_gmmu_pde0_locked_s0",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pde0_locked",
|
|
"case": "update_gmmu_pde0_locked_s1",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pde3_locked",
|
|
"case": "update_gmmu_pde3_locked",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s0",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s1",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s2",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s3",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s4",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s5",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s6",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_update_gmmu_pte_locked",
|
|
"case": "update_gmmu_pte_locked_s7",
|
|
"unit": "gmmu_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_gpu_phys_addr",
|
|
"case": "gpu_phys_addr_s0",
|
|
"unit": "gmmu_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_gpu_phys_addr",
|
|
"case": "gpu_phys_addr_s1",
|
|
"unit": "gmmu_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_gpu_phys_addr",
|
|
"case": "gpu_phys_addr_s2",
|
|
"unit": "gmmu_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_litter_value",
|
|
"case": "get_litter_value",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_can_busy",
|
|
"case": "init_can_busy",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_check_gpu_state",
|
|
"case": "init_check_gpu_state",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_env",
|
|
"case": "init_free_env",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_put",
|
|
"case": "init_get_put",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_hal_init",
|
|
"case": "init_hal_init",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_poweroff",
|
|
"case": "init_poweroff",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_poweron",
|
|
"case": "init_poweron",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_poweron_branches",
|
|
"case": "init_poweron_branches",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_quiesce",
|
|
"case": "init_quiesce",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_setup_env",
|
|
"case": "init_setup_env",
|
|
"unit": "init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bsearch",
|
|
"case": "test_bsearch",
|
|
"unit": "interface_bsearch",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kref_init",
|
|
"case": "kref_init",
|
|
"unit": "interface_kref",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kref_get",
|
|
"case": "kref_get",
|
|
"unit": "interface_kref",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kref_get_unless",
|
|
"case": "kref_get_unless",
|
|
"unit": "interface_kref",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kref_put",
|
|
"case": "kref_put",
|
|
"unit": "interface_kref",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kref_put_return",
|
|
"case": "kref_put_return",
|
|
"unit": "interface_kref",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_lock_acquire_release",
|
|
"case": "mutex_acquire_release",
|
|
"unit": "interface_lock",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mutex_init",
|
|
"case": "mutex_init",
|
|
"unit": "interface_lock",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mutex_tryacquire",
|
|
"case": "mutex_tryacquire",
|
|
"unit": "interface_lock",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_lock_acquire_release",
|
|
"case": "raw_spinlock_acquire_release",
|
|
"unit": "interface_lock",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_lock_acquire_release",
|
|
"case": "spinlock_acquire_release",
|
|
"unit": "interface_lock",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enum",
|
|
"case": "enum",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enum_next",
|
|
"case": "enum_next",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_insert",
|
|
"case": "insert",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_search",
|
|
"case": "search",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_search_less",
|
|
"case": "search_less_than",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_unlink",
|
|
"case": "unlink",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_unlink_corner_cases",
|
|
"case": "unlink_corner_cases",
|
|
"unit": "interface_rbtree",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_list_add",
|
|
"case": "list_all_head",
|
|
"unit": "list",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_list_add",
|
|
"case": "list_all_tail",
|
|
"unit": "list",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_list_move",
|
|
"case": "list_move",
|
|
"unit": "list",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_list_replace",
|
|
"case": "list_replace",
|
|
"unit": "list",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enable_disable_reset",
|
|
"case": "enable_disable_reset",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_is_stall_and_eng_intr_pending",
|
|
"case": "intr_is_stall_and_eng_intr_pending",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_intr_stall",
|
|
"case": "intr_stall",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_is_intr1_pending",
|
|
"case": "is_intr1_pending",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_isr_nonstall",
|
|
"case": "isr_nonstall",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_isr_stall",
|
|
"case": "isr_stall",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_env",
|
|
"case": "mc_free_env",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_setup_env",
|
|
"case": "mc_setup_env",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pause_resume_mask",
|
|
"case": "pause_resume_mask",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_reset_mask",
|
|
"case": "reset_mask",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_unit_config",
|
|
"case": "unit_config",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_wait_for_deferred_interrupts",
|
|
"case": "wait_for_deferred_interrupts",
|
|
"unit": "mc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_0k_um",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_64k_um",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_64k_um_as_fail",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_64k_um_busy_fail_1",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_64k_um_busy_fail_2",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_64k_um_vm_fail",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_einval_um",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_notp2_um",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_uva",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_as_alloc_share",
|
|
"case": "as_alloc_share_uva_enabled",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init_mm",
|
|
"case": "init",
|
|
"unit": "mm.as",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_dma_alloc",
|
|
"case": "alloc",
|
|
"unit": "mm.dma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_dma_alloc_flags",
|
|
"case": "alloc_flags",
|
|
"unit": "mm.dma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_dma_alloc_map",
|
|
"case": "alloc_map",
|
|
"unit": "mm.dma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_dma_alloc_map_fault_injection",
|
|
"case": "alloc_map_fault_inj",
|
|
"unit": "mm.dma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_dma_init",
|
|
"case": "init",
|
|
"unit": "mm.dma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_alloc_inst_block",
|
|
"case": "alloc_inst_block",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_init_hal",
|
|
"case": "init_hal",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_init_mm",
|
|
"case": "init_mm",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mm_setup_hw",
|
|
"case": "init_mm_hw",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_inst_block",
|
|
"case": "inst_block",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_page_sizes",
|
|
"case": "page_sizes",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_remove_mm_support",
|
|
"case": "remove_support",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mm_suspend",
|
|
"case": "suspend",
|
|
"unit": "mm.mm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_clean_mm_gp10b_fusa",
|
|
"case": "env_clean",
|
|
"unit": "mm_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_init_mm_gp10b_fusa",
|
|
"case": "env_init",
|
|
"unit": "mm_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_init_bar2_vm",
|
|
"case": "mm_init_bar2_vm_s0",
|
|
"unit": "mm_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_init_bar2_vm",
|
|
"case": "mm_init_bar2_vm_s1",
|
|
"unit": "mm_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_mm_init_bar2_vm",
|
|
"case": "mm_init_bar2_vm_s2",
|
|
"unit": "mm_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_clean_mm_gv11b_fusa",
|
|
"case": "env_clean",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_init_mm_gv11b_fusa",
|
|
"case": "env_init",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_init_inst_block",
|
|
"case": "inst_block_s0",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_init_inst_block",
|
|
"case": "inst_block_s1",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_init_inst_block",
|
|
"case": "inst_block_s2",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_init_inst_block",
|
|
"case": "inst_block_s3",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_is_bar1_supported",
|
|
"case": "is_bar1_supported",
|
|
"unit": "mm_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_disable_hw",
|
|
"case": "disable_hw_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_disable_hw",
|
|
"case": "disable_hw_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_clean_mm_mmu_fault_gv11b_fusa",
|
|
"case": "env_clean",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_env_init_mm_mmu_fault_gv11b_fusa",
|
|
"case": "env_init",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_handle_other_fault_notify",
|
|
"case": "fault_notify_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_handle_other_fault_notify",
|
|
"case": "fault_notify_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_handle_other_fault_notify",
|
|
"case": "fault_notify_s2",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s10",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s2",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s3",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s4",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s5",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s6",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s7",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s8",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_mmu_fault_common",
|
|
"case": "handle_mmu_common_s9",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_nonreplay_replay_fault",
|
|
"case": "handle_nonreplay_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_nonreplay_replay_fault",
|
|
"case": "handle_nonreplay_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_nonreplay_replay_fault",
|
|
"case": "handle_nonreplay_s2",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_handle_nonreplay_replay_fault",
|
|
"case": "handle_nonreplay_s3",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s2",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s3",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s4",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s5",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_parse_mmu_fault_info",
|
|
"case": "parse_info_s6",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_setup_hw",
|
|
"case": "setup_hw",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_setup_sw",
|
|
"case": "setup_sw_s0",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_setup_sw",
|
|
"case": "setup_sw_s1",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_mm_mmu_fault_setup_sw",
|
|
"case": "setup_sw_s2",
|
|
"unit": "mmu_fault_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_acr_bootstrap_hs_acr",
|
|
"case": "acr_bootstrap_hs_acr",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_acr_construct_execute",
|
|
"case": "acr_construct_execute",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "free_falcon_test_env",
|
|
"case": "acr_free_falcon_test_env",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_acr_init",
|
|
"case": "acr_init",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_acr_is_lsf_lazy_bootstrap",
|
|
"case": "acr_is_lsf_lazy_bootstrap",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_acr_prepare_ucode_blob",
|
|
"case": "acr_prepare_ucode_blob",
|
|
"unit": "nvgpu-acr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_determine_L2_size_bytes",
|
|
"case": "ltc_determine_L2_size",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_ecc_init_free",
|
|
"case": "ltc_ecc_init_free",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_functionality_tests",
|
|
"case": "ltc_functionality_tests",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_init_support",
|
|
"case": "ltc_init_support",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_intr",
|
|
"case": "ltc_intr",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_intr_configure",
|
|
"case": "ltc_intr_configure",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_intr_en_illegal_compstat",
|
|
"case": "ltc_intr_en_illegal_compstat",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_negative_tests",
|
|
"case": "ltc_negative_tests",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_remove_support",
|
|
"case": "ltc_remove_support",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ltc_set_enabled",
|
|
"case": "ltc_set_enabled",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_flush_ltc",
|
|
"case": "ltc_flush",
|
|
"unit": "nvgpu-ltc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_netlist_init_support",
|
|
"case": "netlist_init_support",
|
|
"unit": "nvgpu-netlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_netlist_negative_tests",
|
|
"case": "netlist_negative_tests",
|
|
"unit": "nvgpu-netlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_netlist_query_tests",
|
|
"case": "netlist_query_tests",
|
|
"unit": "nvgpu-netlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_netlist_remove_support",
|
|
"case": "netlist_remove_support",
|
|
"unit": "nvgpu-netlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_priv_ring_setup",
|
|
"case": "priv_ring_setup",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enable_priv_ring",
|
|
"case": "priv_ring_enable_priv_ring",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_set_ppriv_timeout_settings",
|
|
"case": "priv_ring_set_ppriv_timeout_settings",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enum_ltc",
|
|
"case": "priv_ring_enum_ltc",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_gpc_count",
|
|
"case": "priv_ring_get_gpc_count",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_fbp_count",
|
|
"case": "priv_ring_get_fbp_count",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_decode_error_code",
|
|
"case": "priv_ring_decode_error_code",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_priv_ring_isr",
|
|
"case": "priv_ring_isr",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_priv_ring_free_reg_space",
|
|
"case": "priv_ring_free_reg_space",
|
|
"unit": "priv_ring",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "free_falcon_test_env",
|
|
"case": "falcon_free_test_env",
|
|
"unit": "nvgpu-pmu",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pmu_early_init",
|
|
"case": "pmu_early_init",
|
|
"unit": "nvgpu-pmu",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pmu_remove_support",
|
|
"case": "pmu_remove_support",
|
|
"unit": "nvgpu-pmu",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pmu_reset",
|
|
"case": "pmu_reset",
|
|
"unit": "nvgpu-pmu",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pmu_isr",
|
|
"case": "pmu_isr",
|
|
"unit": "nvgpu-pmu",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_alloc_destroy",
|
|
"case": "alloc_destroy",
|
|
"unit": "nvgpu_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_alloc_ops_present",
|
|
"case": "alloc_ops",
|
|
"unit": "nvgpu_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_allocator_init",
|
|
"case": "allocator_init",
|
|
"unit": "nvgpu_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_alloc_common_init",
|
|
"case": "common_init",
|
|
"unit": "nvgpu_allocator",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_abort_cleanup",
|
|
"case": "abort_cleanup",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_alloc_inst",
|
|
"case": "alloc_inst",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_abort",
|
|
"case": "ch_abort",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_channel_commit_va",
|
|
"case": "channel_commit_va",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_from_invalid_id",
|
|
"case": "channel_from_invalid_id",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_put_warn",
|
|
"case": "channel_put_warn",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_close",
|
|
"case": "close",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_debug_dump",
|
|
"case": "debug_dump",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_enable_disable_tsg",
|
|
"case": "enable_disable_tsg",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_from_inst",
|
|
"case": "from_inst",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_get_gpfifo_entry_size",
|
|
"case": "get_gpfifo_entry_size",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_deterministic_idle_unidle",
|
|
"case": "idle_unidle",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_mark_error",
|
|
"case": "mark_error",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_open",
|
|
"case": "open",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ch_referenceable_cleanup",
|
|
"case": "referenceable_cleanup",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_semaphore_wakeup",
|
|
"case": "semaphore_wakeup",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_setup_bind",
|
|
"case": "setup_bind",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_setup_sw",
|
|
"case": "setup_sw",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_suspend_resume_serviceable_chs",
|
|
"case": "suspend_resume",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_channel_sw_quiesce",
|
|
"case": "sw_quiesce",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_trace_write_pushbuffers",
|
|
"case": "trace_write_pushbuffers",
|
|
"unit": "nvgpu_channel",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_channel_disable",
|
|
"case": "disable",
|
|
"unit": "nvgpu_channel_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_channel_enable",
|
|
"case": "enable",
|
|
"unit": "nvgpu_channel_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_channel_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_channel_read_state",
|
|
"case": "read_state",
|
|
"unit": "nvgpu_channel_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_channel_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_channel_bind",
|
|
"case": "bind",
|
|
"unit": "nvgpu_channel_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_channel_force_ctx_reload",
|
|
"case": "force_ctx_reload",
|
|
"unit": "nvgpu_channel_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_channel_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_channel_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_channel_count",
|
|
"case": "count",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_channel_debug_dump",
|
|
"case": "debug_dump",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_channel_read_state",
|
|
"case": "read_state",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_channel_reset_faulted",
|
|
"case": "reset_faulted",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_channel_unbind",
|
|
"case": "unbind",
|
|
"unit": "nvgpu_channel_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_ctxsw_timeout_enable",
|
|
"case": "ctxsw_timeout_enable",
|
|
"unit": "nvgpu_ctxsw_timeout_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_handle_ctxsw_timeout",
|
|
"case": "handle_ctxsw_timeout",
|
|
"unit": "nvgpu_ctxsw_timeout_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_ctxsw_timeout_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_ctxsw_timeout_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_enum_from_type",
|
|
"case": "enum_from_type",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_find_busy_doing_ctxsw",
|
|
"case": "find_busy_doing_ctxsw",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_get_active_eng_info",
|
|
"case": "get_active_eng_info",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_get_fast_ce_runlist_id",
|
|
"case": "get_fast_ce_runlist_id",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_get_gr_runlist_id",
|
|
"case": "get_gr_runlist_id",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_get_mask_on_id",
|
|
"case": "get_mask_on_id",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_get_runlist_busy_engines",
|
|
"case": "get_runlist_busy_engines",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_ids",
|
|
"case": "ids",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_init_info",
|
|
"case": "init_info",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_interrupt_mask",
|
|
"case": "interrupt_mask",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_is_valid_runlist_id",
|
|
"case": "is_valid_runlist_id",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_mmu_fault_id",
|
|
"case": "mmu_fault_id",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_mmu_fault_id_veid",
|
|
"case": "mmu_fault_id_veid",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_setup_sw",
|
|
"case": "setup_sw",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_engine_status",
|
|
"case": "status",
|
|
"unit": "nvgpu_engine",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_engine_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_read_engine_status_info",
|
|
"case": "read_engine_status_info",
|
|
"unit": "nvgpu_engine_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_engine_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_engine_init_ce_info",
|
|
"case": "engine_init_ce_info",
|
|
"unit": "nvgpu_engine_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_engine_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_engine_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv100_dump_engine_status",
|
|
"case": "dump_engine_status_info",
|
|
"unit": "nvgpu_engine_gv100",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_engine_gv100",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv100_read_engine_status_info",
|
|
"case": "read_engine_status_info",
|
|
"unit": "nvgpu_engine_gv100",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_engine_gv100",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_is_fault_engine_subid_gpc",
|
|
"case": "is_fault_engine_subid_gpc",
|
|
"unit": "nvgpu_engine_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_suspend",
|
|
"case": "fifo_suspend",
|
|
"unit": "nvgpu_fifo",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_sw_quiesce",
|
|
"case": "fifo_sw_quiesce",
|
|
"unit": "nvgpu_fifo",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init_support",
|
|
"case": "init",
|
|
"unit": "nvgpu_fifo",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_decode_pbdma_ch_eng_status",
|
|
"case": "pbdma_ch_eng_status",
|
|
"unit": "nvgpu_fifo",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_get_timeslices",
|
|
"case": "get_timeslices",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_init_pbdma_map",
|
|
"case": "init_pbdma_map",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_fifo_intr_1_enable",
|
|
"case": "intr_1_enable",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_fifo_intr_1_isr",
|
|
"case": "intr_1_isr",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_fifo_intr_handle_chsw_error",
|
|
"case": "intr_handle_chsw_error",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_fifo_intr_handle_runlist_event",
|
|
"case": "intr_handle_runlist_event",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_fifo_pbdma_isr",
|
|
"case": "pbdma_isr",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_fifo_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_handle_sched_error",
|
|
"case": "handle_sched_error",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_init_hw",
|
|
"case": "init_hw",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_intr_0_enable",
|
|
"case": "intr_0_enable",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_intr_0_isr",
|
|
"case": "intr_0_isr",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_intr_recover_mask",
|
|
"case": "intr_recover_mask",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_mmu_fault_id_to_pbdma_id",
|
|
"case": "mmu_fault_id_to_pbdma_id",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_fifo_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup",
|
|
"case": "gr_init_setup",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_config_init",
|
|
"case": "config_init",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_config_count",
|
|
"case": "config_check_init",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_config_set_get",
|
|
"case": "config_check_set_get",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_config_error_injection",
|
|
"case": "config_error_injection",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_config_deinit",
|
|
"case": "config_deinit",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_remove_setup",
|
|
"case": "gr_remove_setup",
|
|
"unit": "nvgpu_gr_config",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_init",
|
|
"case": "gr_falcon_init",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_init_ctxsw",
|
|
"case": "gr_falcon_init_ctxsw",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_query_test",
|
|
"case": "gr_falcon_query_test",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_init_ctx_state",
|
|
"case": "gr_falcon_init_ctx_state",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_fail_ctxsw_ucode",
|
|
"case": "gr_falcon_fail_ctxsw_ucode",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_gk20a_ctrl_ctxsw",
|
|
"case": "gr_falcon_gk20a_ctrl_ctxsw",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_falcon_deinit",
|
|
"case": "gr_falcon_deinit",
|
|
"unit": "nvgpu_gr_falcon",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_ecc_features",
|
|
"case": "gr_ecc_features",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_prepare",
|
|
"case": "gr_init_prepare",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup",
|
|
"case": "gr_init_setup",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_support",
|
|
"case": "gr_init_support",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_error_injection",
|
|
"case": "gr_init_hal_error_injection",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_config_error_injection",
|
|
"case": "gr_init_hal_config_error_injection",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_wait_empty",
|
|
"case": "gr_init_hal_wait_empty",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_wait_idle",
|
|
"case": "gr_init_hal_wait_idle",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_ecc_scrub_reg",
|
|
"case": "gr_init_hal_ecc_scrub_reg",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_wait_fe_idle",
|
|
"case": "gr_init_hal_wait_fe_idle",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_hal_fe_pwr_mode",
|
|
"case": "gr_init_hal_fe_pwr_mode",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_error_injections",
|
|
"case": "gr_init_error_injections",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_remove_setup",
|
|
"case": "gr_remove_setup",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_remove_support",
|
|
"case": "gr_remove_support",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_suspend",
|
|
"case": "gr_suspend",
|
|
"unit": "nvgpu_gr_init",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_intr_without_channel",
|
|
"case": "gr_intr_channel_free",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_cleanup",
|
|
"case": "gr_intr_cleanup",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_intr_fecs_exceptions",
|
|
"case": "gr_intr_fecs_exceptions",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_intr_gpc_exceptions",
|
|
"case": "gr_intr_gpc_exceptions",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_ready",
|
|
"case": "gr_intr_setup",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_intr_sw_exceptions",
|
|
"case": "gr_intr_sw_method",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_intr_setup_channel",
|
|
"case": "gr_intr_with_channel",
|
|
"unit": "nvgpu_gr_intr",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_ready",
|
|
"case": "gr_setup_setup",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_setup_alloc_obj_ctx",
|
|
"case": "gr_setup_alloc_obj_ctx",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_setup_set_preemption_mode",
|
|
"case": "gr_setup_set_preemption_mode",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_setup_preemption_mode_errors",
|
|
"case": "gr_setup_preemption_mode_errors",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_setup_free_obj_ctx",
|
|
"case": "gr_setup_free_obj_ctx",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_setup_alloc_obj_ctx_error_injections",
|
|
"case": "gr_setup_alloc_obj_ctx_error_injections",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_cleanup",
|
|
"case": "gr_setup_cleanup",
|
|
"unit": "nvgpu_gr_setup",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_ready",
|
|
"case": "gr_fs_state_setup",
|
|
"unit": "nvgpu_gr_fs_state",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_fs_state_error_injection",
|
|
"case": "gr_fs_state_error_injection",
|
|
"unit": "nvgpu_gr_fs_state",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_cleanup",
|
|
"case": "gr_fs_state_cleanup",
|
|
"unit": "nvgpu_gr_fs_state",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup",
|
|
"case": "gr_global_ctx_setup",
|
|
"unit": "nvgpu_gr_global_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_global_ctx_alloc_error_injection",
|
|
"case": "gr_global_ctx_alloc_errors",
|
|
"unit": "nvgpu_gr_global_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_global_ctx_local_ctx_error_injection",
|
|
"case": "gr_global_ctx_local_ctx_errors",
|
|
"unit": "nvgpu_gr_global_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_remove_setup",
|
|
"case": "gr_global_ctx_cleanup",
|
|
"unit": "nvgpu_gr_global_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup",
|
|
"case": "gr_ctx_setup",
|
|
"unit": "nvgpu_gr_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_ctx_error_injection",
|
|
"case": "gr_ctx_alloc_errors",
|
|
"unit": "nvgpu_gr_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_remove_setup",
|
|
"case": "gr_ctx_cleanup",
|
|
"unit": "nvgpu_gr_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_ready",
|
|
"case": "gr_obj_ctx_setup",
|
|
"unit": "nvgpu_gr_obj_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_obj_ctx_error_injection",
|
|
"case": "gr_obj_ctx_alloc_errors",
|
|
"unit": "nvgpu_gr_obj_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gr_init_setup_cleanup",
|
|
"case": "gr_obj_ctx_cleanup",
|
|
"unit": "nvgpu_gr_obj_ctx",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mem_create_from_mem",
|
|
"case": "create_mem_from_mem",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mem_create_from_phys",
|
|
"case": "mem_create_from_phys",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mem_iommu_translate",
|
|
"case": "mem_iommu_translate",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_aperture_mask",
|
|
"case": "nvgpu_aperture_mask",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_aperture_str",
|
|
"case": "nvgpu_aperture_name",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mem_phys_ops",
|
|
"case": "nvgpu_mem_phys_ops",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_mem_wr_rd",
|
|
"case": "nvgpu_mem_wr_rd",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_memset_sysmem",
|
|
"case": "nvgpu_memset_sysmem",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_nvgpu_mem",
|
|
"case": "test_free_nvgpu_mem",
|
|
"unit": "nvgpu_mem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_pbdma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pbdma_find_for_runlist",
|
|
"case": "pbdma_find_for_runlist",
|
|
"unit": "nvgpu_pbdma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pbdma_status",
|
|
"case": "pbdma_status",
|
|
"unit": "nvgpu_pbdma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_pbdma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pbdma_setup_sw",
|
|
"case": "setup_sw",
|
|
"unit": "nvgpu_pbdma",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_acquire_val",
|
|
"case": "pbdma_acquire_val",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_format_gpfifo_entry",
|
|
"case": "pbdma_format_gpfifo_entry",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_get_ctrl_hce_priv_mode_yes",
|
|
"case": "pbdma_get_ctrl_hce_priv_mode_yes",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_get_fc_subdevice",
|
|
"case": "pbdma_get_fc_subdevice",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_get_gp_base",
|
|
"case": "pbdma_get_gp_base",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_get_userd",
|
|
"case": "pbdma_get_userd",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_handle_intr",
|
|
"case": "pbdma_handle_intr",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_handle_intr_0",
|
|
"case": "pbdma_handle_intr_0",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_intr_descs",
|
|
"case": "pbdma_intr_descs",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_pbdma_read_data",
|
|
"case": "pbdma_read_data",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_read_pbdma_status_info",
|
|
"case": "read_pbdma_status_info",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_pbdma_gm20b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_pbdma_get_config_auth_level_privileged",
|
|
"case": "get_config_auth_level_privileged",
|
|
"unit": "nvgpu_pbdma_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_pbdma_get_fc_runlist_timeslice",
|
|
"case": "get_fc_runlist_timeslice",
|
|
"unit": "nvgpu_pbdma_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_pbdma_get_signature",
|
|
"case": "get_signature",
|
|
"unit": "nvgpu_pbdma_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_pbdma_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_pbdma_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_config_userd_writeback_enable",
|
|
"case": "config_userd_writeback_enable",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_get_fc",
|
|
"case": "get_fc",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_handle_intr_0",
|
|
"case": "handle_intr_0",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_handle_intr_1",
|
|
"case": "handle_intr_1",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_intr_descs",
|
|
"case": "intr_descs",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_intr_enable",
|
|
"case": "intr_enable",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_set_channel_info_veid",
|
|
"case": "set_channel_info_veid",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_pbdma_setup_hw",
|
|
"case": "setup_hw",
|
|
"unit": "nvgpu_pbdma_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_preempt_get_timeout",
|
|
"case": "get_timeout",
|
|
"unit": "nvgpu_preempt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_preempt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_preempt",
|
|
"case": "preempt",
|
|
"unit": "nvgpu_preempt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_preempt_poll_tsg_on_pbdma",
|
|
"case": "preempt_poll",
|
|
"unit": "nvgpu_preempt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_preempt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_is_preempt_pending",
|
|
"case": "is_preempt_pending",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_preempt_channel",
|
|
"case": "preempt_channel",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_preempt_poll_pbdma",
|
|
"case": "preempt_poll_pbdma",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_preempt_runlists_for_rc",
|
|
"case": "preempt_runlists_for_rc",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_preempt_trigger",
|
|
"case": "preempt_trigger",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_fifo_preempt_tsg",
|
|
"case": "preempt_tsg",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_preempt_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_ramfc_commit_userd",
|
|
"case": "commit_userd",
|
|
"unit": "nvgpu_ramfc_gp10b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_ramfc_capture_ram_dump",
|
|
"case": "capture_ram_dump",
|
|
"unit": "nvgpu_ramfc_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_ramfc_setup",
|
|
"case": "ramfc_setup",
|
|
"unit": "nvgpu_ramfc_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_flat_gen",
|
|
"case": "flat",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_get_mask",
|
|
"case": "get_mask",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_interleave_dual",
|
|
"case": "interleave_dual",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_interleaving_levels",
|
|
"case": "interleave_level",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_interleave_level_name",
|
|
"case": "interleave_level_name",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_interleave_single",
|
|
"case": "interleave_single",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_lock_unlock_active_runlists",
|
|
"case": "lock_unlock_active_runlists",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_reload_ids",
|
|
"case": "reload_ids",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_update_locked",
|
|
"case": "runlist_update",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_set_state",
|
|
"case": "set_state",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_setup_sw",
|
|
"case": "setup_sw",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_format_gen",
|
|
"case": "tsg_format_flat",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_runlist_update_for_channel",
|
|
"case": "update_for_channel",
|
|
"unit": "nvgpu_runlist",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_runlist_hw_submit",
|
|
"case": "hw_submit",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_runlist_length_max",
|
|
"case": "length_max",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_runlist_wait_pending",
|
|
"case": "wait_pending",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_runlist_write_state",
|
|
"case": "write_state",
|
|
"unit": "nvgpu_runlist_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_runlist_entry_size",
|
|
"case": "entry_size",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_runlist_get_ch_entry",
|
|
"case": "get_ch_entry",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_runlist_get_tsg_entry",
|
|
"case": "get_tsg_entry",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_runlist_count_max",
|
|
"case": "runlist_count_max",
|
|
"unit": "nvgpu_runlist_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_sgt_alignment_non_iommu",
|
|
"case": "sgt_alignment_non_iommu",
|
|
"unit": "nvgpu_sgt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_sgt_alignment_with_iommu",
|
|
"case": "sgt_alignment_with_iommu",
|
|
"unit": "nvgpu_sgt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_sgt_basic_apis",
|
|
"case": "sgt_basic_apis",
|
|
"unit": "nvgpu_sgt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_sgt_get_next",
|
|
"case": "sgt_get_next",
|
|
"unit": "nvgpu_sgt",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_abort",
|
|
"case": "abort",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_bind_channel",
|
|
"case": "bind_channel",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_enable",
|
|
"case": "enable_disable",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_enable_sched",
|
|
"case": "enable_disable_sched",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_check_and_get_from_id",
|
|
"case": "get_from_id",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_mark_error",
|
|
"case": "mark_error",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_open",
|
|
"case": "open",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_release",
|
|
"case": "release",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_reset_faulted_eng_pbdma",
|
|
"case": "reset_faulted_eng_pbdma",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_set_ctx_mmu_error",
|
|
"case": "set_ctx_mmu_error",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_setup_sw",
|
|
"case": "setup_sw",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_unbind_channel",
|
|
"case": "unbind_channel",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_unbind_channel_check_ctx_reload",
|
|
"case": "unbind_channel_check_ctx_reload",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_tsg_unbind_channel_check_hw_state",
|
|
"case": "unbind_channel_check_hw_state",
|
|
"unit": "nvgpu_tsg",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_tsg_bind_channel_eng_method_buffers",
|
|
"case": "gv11b_tsg_bind_channel_eng_method_buffers",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_tsg_enable",
|
|
"case": "gv11b_tsg_enable",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_tsg_init_eng_method_buffers",
|
|
"case": "gv11b_tsg_init_eng_method_buffers",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_tsg_unbind_channel_check_eng_faulted",
|
|
"case": "gv11b_tsg_unbind_channel_check_eng_faulted",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_tsg_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_userd_entry_size",
|
|
"case": "entry_size",
|
|
"unit": "nvgpu_userd_gk20a",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_init_support",
|
|
"case": "init_support",
|
|
"unit": "nvgpu_usermode_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fifo_remove_support",
|
|
"case": "remove_support",
|
|
"unit": "nvgpu_usermode_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_usermode",
|
|
"case": "usermode",
|
|
"unit": "nvgpu_usermode_gv11b",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_clean",
|
|
"case": "gmmu_clean",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_init",
|
|
"case": "gmmu_init",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_iommu_sysmem",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_big_pages",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_batched",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_big_pages_batched",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_big_pages_offset",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_ctag",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_kernel_pages",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_sgl_skip",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_adv_small_pages_sparse",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_coh",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_ro",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_iommu_sysmem_ro_f",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_no_iommu_sysmem",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_no_iommu_sysmem_adv_big_pages_offset_large",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_no_iommu_sysmem_noncacheable",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_sgt_iommu_sysmem",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_adv",
|
|
"case": "gmmu_map_unmap_tlb_invalidate_fail",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap",
|
|
"case": "gmmu_map_unmap_unmapped",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_set_pte",
|
|
"case": "gmmu_set_pte",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_init_page_table_fail",
|
|
"case": "init_page_table_fail",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_map_fail",
|
|
"case": "map_fail_fi_null_sgt",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_map_fail",
|
|
"case": "map_fail_fi_vm_alloc",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_map_fail",
|
|
"case": "map_fail_pd_allocate",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_map_fail",
|
|
"case": "map_fail_pd_allocate_child",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_gmmu_map_unmap_map_fail",
|
|
"case": "map_fail_tlb_invalidate",
|
|
"unit": "page_table",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "req_fixed_address",
|
|
"vc": "V4",
|
|
"uid": "6439094",
|
|
"req": "NVGPU-RQCD-45.C2",
|
|
"test": "test_nvgpu_page_table_c2_full",
|
|
"test_level": 0,
|
|
"unit": "page_table"
|
|
},
|
|
{
|
|
"case": "req_multiple_alignments",
|
|
"vc": "V4",
|
|
"uid": "6439094",
|
|
"req": "NVGPU-RQCD-45.C1",
|
|
"test": "test_nvgpu_page_table_c1_full",
|
|
"test_level": 0,
|
|
"unit": "page_table"
|
|
},
|
|
{
|
|
"test": "test_page_faults_clean",
|
|
"case": "clean",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_disable_hw",
|
|
"case": "disable_hw",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_init",
|
|
"case": "init",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_inst_block",
|
|
"case": "inst_block_s0",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_inst_block",
|
|
"case": "inst_block_s1",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_inst_block",
|
|
"case": "inst_block_s2",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_page_faults_pending",
|
|
"case": "pending",
|
|
"unit": "page_table_faults",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1024x256B_x11x3",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1024x256B_x16x1",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1024x256B_x16x15",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1024x256B_x32x1",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1x1024B",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1x2048B",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1x256B",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_1x512B",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024x16PAGE",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024xPAGE",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024xPAGE_x16x1",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024xPAGE_x16x15",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024xPAGE_x16x4",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1024xPAGE_x32x24",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1x16PAGE",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_alloc_gen",
|
|
"case": "alloc_direct_1xPAGE",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_alloc_direct_fi",
|
|
"case": "alloc_direct_oom",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_alloc_fi",
|
|
"case": "alloc_oom",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "deinit",
|
|
"vc": "V2",
|
|
"uid": "6962610",
|
|
"req": "NVGPU-RQCD-125.C1",
|
|
"test": "test_init_deinit",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"test": "test_pd_cache_env_init",
|
|
"case": "env_init",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_cache_fini",
|
|
"case": "fini",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_pd_free_empty_pd",
|
|
"case": "free_empty",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "gpu_address",
|
|
"vc": "V2",
|
|
"uid": "6962424",
|
|
"req": "NVGPU-RQCD-123.C1",
|
|
"test": "test_gpu_address",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"test": "test_pd_cache_init",
|
|
"case": "init",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "init_deinit",
|
|
"vc": "V3",
|
|
"uid": "6962548",
|
|
"req": "NVGPU-RQCD-124.C1",
|
|
"test": "test_init_deinit",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"test": "test_pd_alloc_invalid_input",
|
|
"case": "invalid_pd_alloc",
|
|
"unit": "pd_cache",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "multi_init",
|
|
"vc": "V2",
|
|
"uid": "7138651",
|
|
"req": "NVGPU-RQCD-155.C1",
|
|
"test": "test_init_deinit",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"case": "offset_comp",
|
|
"vc": "V1",
|
|
"uid": "6963067",
|
|
"req": "NVGPU-RQCD-126.C1,2",
|
|
"test": "test_offset_computation",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"case": "pd_packing",
|
|
"vc": "V4",
|
|
"uid": "6439202",
|
|
"req": "NVGPU-RQCD-68.C3",
|
|
"test": "test_per_pd_size",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"case": "pd_reusability",
|
|
"vc": "V3",
|
|
"uid": "6898078",
|
|
"req": "NVGPU-RQCD-118.C1",
|
|
"test": "test_per_pd_size",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"case": "valid_alloc",
|
|
"vc": "V4",
|
|
"uid": "6439202",
|
|
"req": "NVGPU-RQCD-68.C1,2",
|
|
"test": "test_pd_cache_valid_alloc",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"case": "write",
|
|
"vc": "V3",
|
|
"uid": "6957786",
|
|
"req": "NVGPU-RQCD-122.C1",
|
|
"test": "test_pd_write",
|
|
"test_level": 0,
|
|
"unit": "pd_cache"
|
|
},
|
|
{
|
|
"test": "test_bit_setclear",
|
|
"case": "bit_clear",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bit_setclear",
|
|
"case": "bit_set",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bitmap_setclear",
|
|
"case": "bitmap_clear",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bitmap_setclear",
|
|
"case": "bitmap_set",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ffs",
|
|
"case": "ffs",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ffz",
|
|
"case": "ffz",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_find_first_bit",
|
|
"case": "find_first_bit",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_find_first_bit",
|
|
"case": "find_first_zero_bit",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_find_next_bit",
|
|
"case": "find_next_bit",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_find_zero_area",
|
|
"case": "find_zero_area",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_fls",
|
|
"case": "fls",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bitmap_info",
|
|
"case": "info",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_single_bitops",
|
|
"case": "single_bitops",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_test_and_setclear_bit",
|
|
"case": "test_and_clear_bit",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_test_and_setclear_bit",
|
|
"case": "test_and_set_bit",
|
|
"unit": "posix_bitops",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_bug_cb",
|
|
"case": "bug_cb",
|
|
"unit": "posix_bug",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_expect_bug",
|
|
"case": "expect_bug",
|
|
"unit": "posix_bug",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_circbufcnt",
|
|
"case": "circbufcnt",
|
|
"unit": "posix_circbuf",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_circbufspace",
|
|
"case": "circbufspace",
|
|
"unit": "posix_circbuf",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_init_destroy",
|
|
"case": "init",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "timedwait_signal",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_broadcast",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_broadcast_int",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_broadcast_locked",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_condition",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_condition_int",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_condition_locked",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_signal",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_signal_int",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cond_signal",
|
|
"case": "wait_signal_locked",
|
|
"unit": "posix_cond",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "sanity_test_endianness",
|
|
"case": "endianness",
|
|
"unit": "posix_env",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "sanity_test_ptr_in_u64",
|
|
"case": "ptr_in_u64",
|
|
"unit": "posix_env",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "sanity_test_signage",
|
|
"case": "signage",
|
|
"unit": "posix_env",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "sanity_test_sizes",
|
|
"case": "sizes",
|
|
"unit": "posix_env",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "sanity_test_type_max",
|
|
"case": "type_max",
|
|
"unit": "posix_env",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_big_alloc",
|
|
"case": "big_alloc",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_alloc",
|
|
"case": "cache_alloc",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_cache_create",
|
|
"case": "cache_create",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kcalloc",
|
|
"case": "kcalloc_test",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kmalloc",
|
|
"case": "kmalloc_test",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_kzalloc",
|
|
"case": "kzalloc_test",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_kmem_virtual_alloc",
|
|
"case": "virtual_alloc",
|
|
"unit": "posix_kmem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ilog2",
|
|
"case": "integer_log2",
|
|
"unit": "posix_log2",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_roundup_powoftwo",
|
|
"case": "roundup_pow2",
|
|
"unit": "posix_log2",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_rounddown_powoftwo",
|
|
"case": "rounddown_pow2",
|
|
"unit": "posix_log2",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ispow2",
|
|
"case": "is_powof2",
|
|
"unit": "posix_log2",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_readl",
|
|
"case": "bar1_readl",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_writel",
|
|
"case": "bar1_writel",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_readl",
|
|
"case": "readl",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_readl",
|
|
"case": "readl_impl",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_register_io_callbacks",
|
|
"case": "register_io_callbacks",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_register_space",
|
|
"case": "test_register_space",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_writel",
|
|
"case": "usermode_writel",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_writel",
|
|
"case": "writel",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_writel",
|
|
"case": "writel_check",
|
|
"unit": "posix_mockio",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_current_pid",
|
|
"case": "current_pid",
|
|
"unit": "posix_ossched",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_current_tid",
|
|
"case": "current_tid",
|
|
"unit": "posix_ossched",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_print_current",
|
|
"case": "print_current",
|
|
"unit": "posix_ossched",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_rwsem_init",
|
|
"case": "init",
|
|
"unit": "posix_rwsem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_rwsem_read",
|
|
"case": "read",
|
|
"unit": "posix_rwsem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_rwsem_write",
|
|
"case": "write",
|
|
"unit": "posix_rwsem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_rwsem_write_read",
|
|
"case": "write_read",
|
|
"unit": "posix_rwsem",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_size_defines",
|
|
"case": "size_defines",
|
|
"unit": "posix_sizes",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_thread_cycle",
|
|
"case": "create",
|
|
"unit": "posix_thread",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_thread_cycle",
|
|
"case": "create_priority",
|
|
"unit": "posix_thread",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_thread_cycle",
|
|
"case": "cycle",
|
|
"unit": "posix_thread",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_thread_cycle",
|
|
"case": "stop_graceful",
|
|
"unit": "posix_thread",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_compare",
|
|
"case": "compare",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_counter",
|
|
"case": "counter",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_delay",
|
|
"case": "delay",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_duration",
|
|
"case": "duration",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_hrtimestamp",
|
|
"case": "hr_cycles",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_init",
|
|
"case": "init",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_init_err",
|
|
"case": "init_err",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_timer_msleep",
|
|
"case": "msleep",
|
|
"unit": "posix_timers",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_env",
|
|
"case": "ptimer_free_env",
|
|
"unit": "ptimer",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ptimer_isr",
|
|
"case": "ptimer_isr",
|
|
"unit": "ptimer",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_read_ptimer",
|
|
"case": "ptimer_read_ptimer",
|
|
"unit": "ptimer",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ptimer_scaling",
|
|
"case": "ptimer_scaling",
|
|
"unit": "ptimer",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_setup_env",
|
|
"case": "ptimer_setup_env",
|
|
"unit": "ptimer",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_mem_is_word_aligned",
|
|
"case": "mem_is_word_aligned",
|
|
"unit": "string",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_memcpy_memcmp",
|
|
"case": "memcpy_memcmp",
|
|
"unit": "string",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_strnadd_u32",
|
|
"case": "strnadd_u32",
|
|
"unit": "string",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_elcg_init_idle_filters",
|
|
"case": "gv11b_elcg_init_idle_filters",
|
|
"unit": "therm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_therm_init_elcg_mode",
|
|
"case": "gv11b_therm_init_elcg_mode",
|
|
"unit": "therm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_free_env",
|
|
"case": "therm_free_env",
|
|
"unit": "therm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_therm_init_support",
|
|
"case": "therm_init_support",
|
|
"unit": "therm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_setup_env",
|
|
"case": "therm_setup_env",
|
|
"unit": "therm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_ramin_alloc_size",
|
|
"case": "alloc_size",
|
|
"unit": "ramin_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gk20a_ramin_base_shift",
|
|
"case": "base_shift",
|
|
"unit": "ramin_gk20a_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gm20b_ramin_set_big_page_size",
|
|
"case": "set_big_page_size",
|
|
"unit": "ramin_gm20b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gp10b_ramin_init_pdb",
|
|
"case": "init_pdb",
|
|
"unit": "ramin_gp10b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_ramin_init_subctx_pdb",
|
|
"case": "init_subctx_pdb",
|
|
"unit": "ramin_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_ramin_set_eng_method_buffer",
|
|
"case": "set_eng_method_buf",
|
|
"unit": "ramin_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_gv11b_ramin_set_gr_ptr",
|
|
"case": "set_gr_ptr",
|
|
"unit": "ramin_gv11b_fusa",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_device_info_parse_data",
|
|
"case": "top_device_info_parse_data",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_device_info_parse_enum",
|
|
"case": "top_device_info_parse_enum",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_top_free_reg_space",
|
|
"case": "top_free_reg_space",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_device_info",
|
|
"case": "top_get_device_info",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_max_fbps_count",
|
|
"case": "top_get_max_fbps_count",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_max_gpc_count",
|
|
"case": "top_get_max_gpc_count",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_max_ltc_per_fbp",
|
|
"case": "top_get_max_ltc_per_fbp",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_max_lts_per_ltc",
|
|
"case": "top_get_max_lts_per_ltc",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_max_tpc_per_gpc_count",
|
|
"case": "top_get_max_tpc_per_gpc_count",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_num_engine_type_entries",
|
|
"case": "top_get_num_engine_type_entries",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_num_lce",
|
|
"case": "top_get_num_lce",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_get_num_ltcs",
|
|
"case": "top_get_num_ltcs",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_is_engine_ce",
|
|
"case": "top_is_engine_ce",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_is_engine_gr",
|
|
"case": "top_is_engine_gr",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_top_setup",
|
|
"case": "top_setup",
|
|
"unit": "top",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_batch",
|
|
"case": "batch",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init_error_paths",
|
|
"case": "init_error_paths",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"case": "map_buf",
|
|
"vc": "V5",
|
|
"uid": "6434840",
|
|
"req": "NVGPU-RQCD-45.C1",
|
|
"test": "test_map_buf",
|
|
"test_level": 0,
|
|
"unit": "vm"
|
|
},
|
|
{
|
|
"case": "map_buf_gpu_va",
|
|
"vc": "V5",
|
|
"uid": "6434840",
|
|
"req": "NVGPU-RQCD-45.C2",
|
|
"test": "test_map_buf_gpu_va",
|
|
"test_level": 0,
|
|
"unit": "vm"
|
|
},
|
|
{
|
|
"test": "test_map_buffer_error_cases",
|
|
"case": "map_buffer_error_cases",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_nvgpu_vm_alloc_va",
|
|
"case": "nvgpu_vm_alloc_va",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_vm_area_error_cases",
|
|
"case": "vm_area_error_cases",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_vm_aspace_id",
|
|
"case": "vm_aspace_id",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_vm_bind",
|
|
"case": "vm_bind",
|
|
"unit": "vm",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ecc_init_support",
|
|
"case": "ecc_init_support",
|
|
"unit": "ecc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ecc_finalize_support",
|
|
"case": "ecc_finalize_support",
|
|
"unit": "ecc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ecc_counter_init",
|
|
"case": "ecc_counter_init",
|
|
"unit": "ecc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_ecc_free",
|
|
"case": "ecc_free",
|
|
"unit": "ecc",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_branches",
|
|
"case": "branches",
|
|
"unit": "worker",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_deinit",
|
|
"case": "deinit",
|
|
"unit": "worker",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_enqueue",
|
|
"case": "enqueue",
|
|
"unit": "worker",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_init",
|
|
"case": "init",
|
|
"unit": "worker",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_arithmetic",
|
|
"case": "arithmetic",
|
|
"unit": "static_analysis",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_cast",
|
|
"case": "cast",
|
|
"unit": "static_analysis",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_init",
|
|
"case": "sync_init",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_deinit",
|
|
"case": "sync_deinit",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_create_destroy_sync",
|
|
"case": "sync_create_destroy",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_set_safe_state",
|
|
"case": "sync_set_safe_state",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_usermanaged_syncpoint_apis",
|
|
"case": "sync_user_managed_apis",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_get_ro_map",
|
|
"case": "sync_get_ro_map",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
},
|
|
{
|
|
"test": "test_sync_create_fail",
|
|
"case": "sync_fail",
|
|
"unit": "nvgpu-sync",
|
|
"test_level": 0
|
|
}
|
|
]
|