From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3DBDC1061B15 for ; Mon, 30 Mar 2026 16:25:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DF2AF10E5BA; Mon, 30 Mar 2026 16:25:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="dpB9p/v4"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8438C10E44C for ; Mon, 30 Mar 2026 16:25:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1774887909; x=1806423909; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rd2ym+rM+Fi5JgJvw5YZMTnmeRvJH3A1c6o4JDOcj8k=; b=dpB9p/v4DXCGooOPAcTmDtNdWg9EryS9PPsAWVgvK7Z15lful1HrmREK bNCPcjzlKL/XPGr8xtWQib5jTdb9QmzNsmhJ7fa50DBJzLusB6sS0VhGU wgq6YmF6+YD9pcZUo6QBo1Cf9LCE+JsxvHCpIHTYI+1+rRrRWHlKaQhbn kR6eNhGiacr5mnrPqypV57JlicqSCfLSufuFgUBeFodh/gIztBoWQ/jKg 4J6njc7OUppYnXl7vTunfbm6xipADWVf5S/m46BAppZaHYFnULPWCNR9S T+F/5xmd+9auyNzuwlgeUfE1QH1Oh9fX1vz++lAVHlOtwH/52/jcTlqls g==; X-CSE-ConnectionGUID: xnoljXHpT2KpoU7vATktdQ== X-CSE-MsgGUID: WHV18y2uSniv/23Iv7kigA== X-IronPort-AV: E=McAfee;i="6800,10657,11743"; a="63437305" X-IronPort-AV: E=Sophos;i="6.23,150,1770624000"; d="scan'208";a="63437305" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2026 09:25:09 -0700 X-CSE-ConnectionGUID: 8QZzNdB5S2uDN4912byFKQ== X-CSE-MsgGUID: XAT1NdyaQKOr7ai3NC6AOw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,150,1770624000"; d="scan'208";a="230576050" Received: from psoham-nuc7i7bnh.iind.intel.com ([10.190.216.151]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2026 09:25:07 -0700 From: Soham Purkait To: igt-dev@lists.freedesktop.org, riana.tauro@intel.com, badal.nilawar@intel.com, kamil.konieczny@intel.com, vinay.belgaumkar@intel.com Cc: anshuman.gupta@intel.com, soham.purkait@intel.com Subject: [PATCH i-g-t 3/3] HAX: Add idle-residency tests to xe-fast-feedback.testlist Date: Mon, 30 Mar 2026 21:48:08 +0530 Message-Id: <20260330161808.2474476-4-soham.purkait@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260330161808.2474476-1-soham.purkait@intel.com> References: <20260330161808.2474476-1-soham.purkait@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Signed-off-by: Soham Purkait --- tests/intel-ci/xe.fast-feedback.testlist | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/intel-ci/xe.fast-feedback.testlist b/tests/intel-ci/xe.fast-feedback.testlist index acff025fa..f7f8e9748 100644 --- a/tests/intel-ci/xe.fast-feedback.testlist +++ b/tests/intel-ci/xe.fast-feedback.testlist @@ -164,6 +164,7 @@ igt@xe_mmap@system igt@xe_mmap@vram igt@xe_mmap@vram-system igt@xe_pm_residency@gt-c6-on-idle +igt@xe_pm_residency@idle-residency igt@xe_prime_self_import@basic-with_one_bo igt@xe_prime_self_import@basic-with_fd_dup #igt@xe_prime_self_import@basic-llseek-size -- 2.43.0