From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id BBB316E03F for ; Wed, 1 Sep 2021 00:25:51 +0000 (UTC) From: Mastan Katragadda Date: Wed, 1 Sep 2021 05:56:00 +0530 Message-Id: <20210901002600.655869-1-mastanx.katragadda@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t] i915/gem_exec_alignment: remove pi-shared List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org, tejaskumarx.surendrakumar.upadhyay@intel.com Cc: mastanx.katragadda@intel.com List-ID: pi-shared is expected to fail due to locking contention of a shared resource in kernel. there is no way to make this reliably work with the dma_resv locking. https://cgit.freedesktop.org/drm-tip/commit/?id=5cd57f676bb946a00275408f0dd0d75dbc466d25 Signed-off-by: Mastan Katragadda --- tests/i915/gem_exec_alignment.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/i915/gem_exec_alignment.c b/tests/i915/gem_exec_alignment.c index c4611bd1..60d2c96a 100644 --- a/tests/i915/gem_exec_alignment.c +++ b/tests/i915/gem_exec_alignment.c @@ -540,8 +540,6 @@ igt_main forked(fd, 20); igt_subtest("pi") prio_inversion(fd, 0); - igt_subtest("pi-shared") - prio_inversion(fd, SHARED); igt_subtest("pi-isolated") prio_inversion(fd, ISOLATED); } -- 2.25.1