mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
Revert "gpu: nvgpu: unit: stage some nvgpu_channel tests"
This reverts commit 6fb619aa30.
Jira NVGPU-3651
Change-Id: If0a3afd0bc063a7c0f08648a06c9c00beeebec67
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2138285
Reviewed-by: Alex Waterman <alexw@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nicolas Benech <nbenech@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>
This commit is contained in:
committed by
mobile promotions
parent
7092ff6055
commit
e8acd5fdfe
@@ -661,9 +661,6 @@ static int test_channel_setup_bind(struct unit_module *m,
|
||||
g->os_channel.alloc_usermode_buffers;
|
||||
struct nvgpu_setup_bind_args bind_args;
|
||||
|
||||
/* Stage test due to GVS failures */
|
||||
return UNIT_SUCCESS;
|
||||
|
||||
tsg = nvgpu_tsg_open(g, getpid());
|
||||
assert(tsg != NULL);
|
||||
|
||||
@@ -972,9 +969,6 @@ static int test_channel_enable_disable_tsg(struct unit_module *m,
|
||||
int err;
|
||||
int ret = UNIT_FAIL;
|
||||
|
||||
/* Stage test due to GVS failures */
|
||||
return UNIT_SUCCESS;
|
||||
|
||||
tsg = nvgpu_tsg_open(g, getpid());
|
||||
assert(tsg != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user