From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id A063910E844 for ; Fri, 1 Dec 2023 11:31:00 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Fri, 1 Dec 2023 17:05:07 +0530 Message-Id: <20231201113507.3535939-4-janga.rahul.kumar@intel.com> In-Reply-To: <20231201113507.3535939-1-janga.rahul.kumar@intel.com> References: <20231201113507.3535939-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 3/3] 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 --- 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