mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: unit: fix test names in page_table
Fix duplicate names in the test list. JIRA NVGPU-907 Change-Id: Ifd3d3137bab36e6806b910f1e1ee303e29be376e Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1983630 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@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
98c034869a
commit
4e3e60dc48
@@ -841,7 +841,7 @@ struct unit_module_test nvgpu_gmmu_tests[] = {
|
|||||||
UNIT_TEST(map_fail_pd_allocate,
|
UNIT_TEST(map_fail_pd_allocate,
|
||||||
test_nvgpu_gmmu_map_unmap_map_fail,
|
test_nvgpu_gmmu_map_unmap_map_fail,
|
||||||
(void *) SPECIAL_MAP_FAIL_PD_ALLOCATE),
|
(void *) SPECIAL_MAP_FAIL_PD_ALLOCATE),
|
||||||
UNIT_TEST(map_fail_pd_allocate,
|
UNIT_TEST(map_fail_pd_allocate_child,
|
||||||
test_nvgpu_gmmu_map_unmap_map_fail,
|
test_nvgpu_gmmu_map_unmap_map_fail,
|
||||||
(void *) SPECIAL_MAP_FAIL_PD_ALLOCATE_CHILD),
|
(void *) SPECIAL_MAP_FAIL_PD_ALLOCATE_CHILD),
|
||||||
|
|
||||||
@@ -880,7 +880,7 @@ struct unit_module_test nvgpu_gmmu_tests[] = {
|
|||||||
UNIT_TEST(gmmu_map_unmap_sgt_iommu_sysmem,
|
UNIT_TEST(gmmu_map_unmap_sgt_iommu_sysmem,
|
||||||
test_nvgpu_gmmu_map_unmap,
|
test_nvgpu_gmmu_map_unmap,
|
||||||
(void *) &test_sgt_iommu_sysmem),
|
(void *) &test_sgt_iommu_sysmem),
|
||||||
UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_small_pages_sparse,
|
UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_ctag,
|
||||||
test_nvgpu_gmmu_map_unmap_adv,
|
test_nvgpu_gmmu_map_unmap_adv,
|
||||||
(void *) &test_iommu_sysmem_adv_ctag),
|
(void *) &test_iommu_sysmem_adv_ctag),
|
||||||
UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_big_pages_batched,
|
UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_big_pages_batched,
|
||||||
|
|||||||
Reference in New Issue
Block a user