From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4C20810E594 for ; Wed, 6 Sep 2023 08:16:50 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Wed, 6 Sep 2023 13:38:34 +0530 Message-Id: <20230906080840.1714917-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 0/6] Enable hang tests for XE List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Enable KMS hang tests on XE driver. V2: - Fix igt_post_hang_ring() for XE V3: - Fix kms_flip Bhanuprakash Modem (6): lib/igt_gt: Fix igt_post_hang_ring for XE driver tests/kms_vblank: Allow hang tests to run on XE tests/kms_flip: Allow hang tests to run on XE tests/kms_flip: Fix testplan documentation for hang tests tests/intel-ci/xe.blocklist: Drop hang tests from xe blocklist HAX: Add hang tests to xe BAT lib/igt_gt.c | 2 + tests/intel-ci/xe-fast-feedback.testlist | 221 +++-------------------- tests/intel-ci/xe.blocklist.txt | 2 - tests/kms_flip.c | 40 +++- tests/kms_vblank.c | 5 +- 5 files changed, 68 insertions(+), 202 deletions(-) -- 2.40.0