From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2838510E12A for ; Mon, 11 Sep 2023 06:04:24 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Mon, 11 Sep 2023 08:03:45 +0200 Message-Id: <20230911060345.324372-10-zbigniew.kempczynski@intel.com> In-Reply-To: <20230911060345.324372-1-zbigniew.kempczynski@intel.com> References: <20230911060345.324372-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v3 9/9] tests/gem|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: Currently test is prepared to run on DG2, ATS-M and PVC so lets reflect this in the documentation tags. Signed-off-by: Zbigniew KempczyƄski Cc: Christoph Manszewski Cc: Francois Dugast Cc: Mauro Carvalho Chehab Reviewed-by: Francois Dugast --- tests/intel/gem_compute.c | 3 +-- tests/intel/xe_compute.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/intel/gem_compute.c b/tests/intel/gem_compute.c index 3813f0f82d..8d0214c4d3 100644 --- a/tests/intel/gem_compute.c +++ b/tests/intel/gem_compute.c @@ -18,12 +18,11 @@ /** * SUBTEST: compute-square - * GPU requirement: only works on TGL + * GPU requirement: TGL, DG2, ATS-M * Description: * Run an openCL Kernel that returns output[i] = input[i] * input[i], * for an input dataset.. * Functionality: compute openCL kernel - * TODO: extend test to cover other platforms */ static void test_compute_square(int fd) diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c index c3a6625960..8cd26b097c 100644 --- a/tests/intel/xe_compute.c +++ b/tests/intel/xe_compute.c @@ -19,12 +19,11 @@ /** * SUBTEST: compute-square - * GPU requirement: only works on TGL + * GPU requirement: TGL, PVC * Description: * Run an openCL Kernel that returns output[i] = input[i] * input[i], * for an input dataset.. * Functionality: compute openCL kernel - * TODO: extend test to cover other platforms */ static void test_compute_square(int fd) -- 2.34.1