From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 315F510E423 for ; Thu, 17 Aug 2023 09:47:29 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Thu, 17 Aug 2023 11:46:52 +0200 Message-Id: <20230817094652.40243-8-zbigniew.kempczynski@intel.com> In-Reply-To: <20230817094652.40243-1-zbigniew.kempczynski@intel.com> References: <20230817094652.40243-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 7/7] 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 and ATS-M so lets reflect this in the documentation tags. Signed-off-by: Zbigniew KempczyƄski Cc: Christoph Manszewski Cc: Francois Dugast Cc: Mauro Carvalho Chehab --- tests/i915/gem_compute.c | 3 +-- tests/xe/xe_compute.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/i915/gem_compute.c b/tests/i915/gem_compute.c index b408efee16..8f4722d2dc 100644 --- a/tests/i915/gem_compute.c +++ b/tests/i915/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/xe/xe_compute.c b/tests/xe/xe_compute.c index 0c54fbec42..71ff790460 100644 --- a/tests/xe/xe_compute.c +++ b/tests/xe/xe_compute.c @@ -19,12 +19,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) -- 2.34.1