From e8acd5fdfe85900a3bdc443d46771841b93add23 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Tue, 18 Jun 2019 10:47:49 -0700 Subject: [PATCH] Revert "gpu: nvgpu: unit: stage some nvgpu_channel tests" This reverts commit 6fb619aa3036ef057339d2e58e98be57eea4fc17. Jira NVGPU-3651 Change-Id: If0a3afd0bc063a7c0f08648a06c9c00beeebec67 Signed-off-by: Thomas Fleury Reviewed-on: https://git-master.nvidia.com/r/2138285 Reviewed-by: Alex Waterman GVS: Gerrit_Virtual_Submit Reviewed-by: Nicolas Benech Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/fifo/channel/nvgpu-channel.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/userspace/units/fifo/channel/nvgpu-channel.c b/userspace/units/fifo/channel/nvgpu-channel.c index 071bf110e..fdc39ec6e 100644 --- a/userspace/units/fifo/channel/nvgpu-channel.c +++ b/userspace/units/fifo/channel/nvgpu-channel.c @@ -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);