From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 963A610E1BC for ; Mon, 4 Dec 2023 12:24:18 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Mon, 4 Dec 2023 17:58:25 +0530 Message-Id: <20231204122825.3689117-5-janga.rahul.kumar@intel.com> In-Reply-To: <20231204122825.3689117-1-janga.rahul.kumar@intel.com> References: <20231204122825.3689117-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 4/4] tests/xe_compute: Update documentation regarding test requirements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Janga Rahul Kumar Test support for LNL is added. Update documentation to reflect those changes. Signed-off-by: Janga Rahul Kumar Reviewed-by: Zbigniew KempczyƄski --- tests/intel/xe_compute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c index 35ba8b346..1db72785b 100644 --- a/tests/intel/xe_compute.c +++ b/tests/intel/xe_compute.c @@ -18,7 +18,7 @@ /** * SUBTEST: compute-square - * GPU requirement: TGL, PVC + * GPU requirement: TGL, PVC, LNL * Description: * Run an openCL Kernel that returns output[i] = input[i] * input[i], * for an input dataset.. -- 2.25.1