mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: unit: falcon memory unit test
Add unit test for falcon unit requirement: Read and Write Falcon memory JIRA NVGPU-2214 JIRA NVGPU-898 Change-Id: I7b901b243964c964324e6f743951c6f5745d814b Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2143028 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ab61058ddf
commit
3aebf49f7c
@@ -1252,5 +1252,30 @@
|
||||
"test": "map_buf_gpu_va",
|
||||
"test_level": 0,
|
||||
"unit": "vm"
|
||||
},
|
||||
{
|
||||
"test": "falcon_mem_rw_init",
|
||||
"test_level": 0,
|
||||
"unit": "falcon"
|
||||
},
|
||||
{
|
||||
"test": "falcon_mem_rw_range",
|
||||
"test_level": 0,
|
||||
"unit": "falcon"
|
||||
},
|
||||
{
|
||||
"test": "falcon_mem_rw_aligned",
|
||||
"test_level": 0,
|
||||
"unit": "falcon"
|
||||
},
|
||||
{
|
||||
"test": "falcon_mem_rw_zero",
|
||||
"test_level": 0,
|
||||
"unit": "falcon"
|
||||
},
|
||||
{
|
||||
"test": "falcon_free_test_env",
|
||||
"test_level": 0,
|
||||
"unit": "falcon"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user