From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D0F9910E2CB for ; Wed, 5 Apr 2023 00:09:31 +0000 (UTC) From: Umesh Nerlige Ramappa To: igt-dev@lists.freedesktop.org Date: Wed, 5 Apr 2023 00:09:07 +0000 Message-Id: <20230405000909.51175-1-umesh.nerlige.ramappa@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 0/2] tests/drm_fdinfo: Drop tests with TEST_BUSY for GuC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: root With GuC scheduling backends, the context busyness for a active context is obtained from the GUC FW. The support for this is WIP, so disable tests that check TEST_BUSY until the feature is implemented. v2: Drop fixture Bug Id: https://gitlab.freedesktop.org/drm/intel/-/issues/8303 Signed-off-by: Umesh Nerlige Ramappa Umesh Nerlige Ramappa (2): lib/drm_fdinfo: Check for compute engines when parsing tests/drm_fdinfo: Drop active busyness tests for GuC backend lib/igt_drm_fdinfo.c | 1 + tests/i915/drm_fdinfo.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+) -- 2.34.1