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:
Sagar Kamble
2018-11-05 16:18:07 +05:30
committed by mobile promotions
parent ab61058ddf
commit 3aebf49f7c
8 changed files with 543 additions and 1 deletions

View File

@@ -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"
}
]