mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: userspace: update "Targets" field for mm
Update "Targets" doxygen field for all unit tests in mm to replace usage of nested gops_mm structure. Jira NVGPU-6927 Change-Id: Ib90e71e98e5227e6f3a4b04584a82c0e1abb5ee0 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2532919 (cherry picked from commit 2769ccf4e2d1f053bcb73227909bad82268877b9) Signed-off-by: srajum <srajum@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2532890 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
c50b39f599
commit
b49e364043
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -92,7 +92,7 @@ int test_page_faults_pending(struct unit_module *m, struct gk20a *g,
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_mmu_fault.disable_hw, gv11b_mm_mmu_fault_disable_hw,
|
||||
* Targets: gops_mm_mmu_fault.disable_hw, gv11b_mm_mmu_fault_disable_hw,
|
||||
* gops_fb.is_fault_buf_enabled, gv11b_fb_is_fault_buf_enabled
|
||||
*
|
||||
* Input: test_page_faults_init
|
||||
@@ -120,7 +120,11 @@ int test_page_faults_disable_hw(struct unit_module *m, struct gk20a *g,
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
<<<<<<< HEAD
|
||||
* Targets: gops_mm.gops_mm_gmmu.get_default_big_page_size,
|
||||
=======
|
||||
* Targets: gops_mm_gmmu.get_default_big_page_size,
|
||||
>>>>>>> 2769ccf4e... gpu: nvgpu: userspace: update "Targets" field for mm
|
||||
* nvgpu_gmmu_default_big_page_size, nvgpu_alloc_inst_block,
|
||||
* gops_mm.init_inst_block, gv11b_mm_init_inst_block
|
||||
*
|
||||
@@ -148,7 +152,7 @@ int test_page_faults_inst_block(struct unit_module *m, struct gk20a *g,
|
||||
*
|
||||
* Test Type: De-init
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_mmu_fault.info_mem_destroy,
|
||||
* Targets: gops_mm_mmu_fault.info_mem_destroy,
|
||||
* gv11b_mm_mmu_fault_info_mem_destroy, nvgpu_vm_put
|
||||
*
|
||||
* Input: test_page_faults_init
|
||||
|
||||
Reference in New Issue
Block a user