mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: unit: Cleanup comment formatting in pd_cache unit test
Remove the redundant 'Cx: ' prefix for the verification criteria. This follows the format used in prior comments. JIRA NVGPU-1737 Change-Id: I4211ae84b532a0e38d3d0aab0c759acc66524578 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2002172 Reviewed-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit 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
03236739f0
commit
efdcce03d3
@@ -633,8 +633,8 @@ fail:
|
|||||||
/*
|
/*
|
||||||
* Requirement NVGPU-RQCD-68.C3
|
* Requirement NVGPU-RQCD-68.C3
|
||||||
*
|
*
|
||||||
* C3: Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single
|
* Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single
|
||||||
* page sized DMA allocation.
|
* page sized DMA allocation.
|
||||||
*/
|
*/
|
||||||
static int do_test_pd_cache_packing_size(struct unit_module *m, struct gk20a *g,
|
static int do_test_pd_cache_packing_size(struct unit_module *m, struct gk20a *g,
|
||||||
struct vm_gk20a *vm, u32 pd_size)
|
struct vm_gk20a *vm, u32 pd_size)
|
||||||
@@ -691,7 +691,7 @@ cleanup:
|
|||||||
/*
|
/*
|
||||||
* Requirement NVGPU-RQCD-118.C1
|
* Requirement NVGPU-RQCD-118.C1
|
||||||
*
|
*
|
||||||
* C1: Valid/Invalid: Previously allocated PD entries are/are not re-usable.
|
* Valid/Invalid: Previously allocated PD entries are/are not re-usable.
|
||||||
*/
|
*/
|
||||||
static int do_test_pd_reusability(struct unit_module *m, struct gk20a *g,
|
static int do_test_pd_reusability(struct unit_module *m, struct gk20a *g,
|
||||||
struct vm_gk20a *vm, u32 pd_size)
|
struct vm_gk20a *vm, u32 pd_size)
|
||||||
|
|||||||
Reference in New Issue
Block a user