mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: unit: Fix 'Targets' for mm_cache_api
This patch adds a correct path for mm_cache_api. JIRA NVGPU-5932 Change-Id: Ie8376179ee703d129fd6dac553bc32491cdb1c30 Signed-off-by: Lakshmanan M <lm@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2469974 (cherry picked from commit 8bb7f38c8406f4dd9cd583e6e1f2eed218009957) Change-Id: If0858dcdb44bddcd6a455e579aaa049d534e7655 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2471554 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
2fa0e6fca1
commit
35e28884ec
@@ -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"),
|
||||
@@ -59,7 +59,7 @@ int test_env_init_flush_gk20a_fusa(struct unit_module *m, struct gk20a *g,
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_cache.fb_flush, gk20a_mm_fb_flush,
|
||||
* Targets: gops_mm_cache.fb_flush, gk20a_mm_fb_flush,
|
||||
* gops_mm.get_flush_retries
|
||||
*
|
||||
* Input: test_env_init, args (value can be F_GK20A_FB_FLUSH_DEFAULT_INPUT,
|
||||
@@ -86,7 +86,7 @@ int test_gk20a_mm_fb_flush(struct unit_module *m, struct gk20a *g, void *args);
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_cache.l2_flush, gk20a_mm_l2_flush,
|
||||
* Targets: gops_mm_cache.l2_flush, gk20a_mm_l2_flush,
|
||||
* gk20a_mm_l2_invalidate_locked
|
||||
*
|
||||
* Input: test_env_init, args (value can be F_GK20A_L2_FLUSH_DEFAULT_INPUT,
|
||||
@@ -112,7 +112,7 @@ int test_gk20a_mm_l2_flush(struct unit_module *m, struct gk20a *g, void *args);
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_cache.l2_invalidate, gk20a_mm_l2_invalidate,
|
||||
* Targets: gops_mm_cache.l2_invalidate, gk20a_mm_l2_invalidate,
|
||||
* gk20a_mm_l2_invalidate_locked
|
||||
*
|
||||
* Input: test_env_init, args (value can be F_GK20A_L2_INVALIDATE_DEFAULT_INPUT,
|
||||
|
||||
@@ -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"),
|
||||
@@ -59,7 +59,7 @@ int test_env_init_flush_gv11b_fusa(struct unit_module *m, struct gk20a *g,
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: gops_mm.gops_mm_cache.l2_flush, gv11b_mm_l2_flush
|
||||
* Targets: gops_mm_cache.l2_flush, gv11b_mm_l2_flush
|
||||
*
|
||||
* Input: test_env_init, args (value can be
|
||||
* F_GV11B_L2_FLUSH_PASS_BAR1_BIND_NOT_NULL,
|
||||
|
||||
Reference in New Issue
Block a user