From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id E49AE10E980 for ; Fri, 10 Mar 2023 08:24:13 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Date: Fri, 10 Mar 2023 09:23:22 +0100 Message-Id: <20230310082326.12088-15-zbigniew.kempczynski@intel.com> In-Reply-To: <20230310082326.12088-1-zbigniew.kempczynski@intel.com> References: <20230310082326.12088-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 14/18] xe/xe_huc_copy: add GPU dependency to its documentation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Currently, the test is limited to TGL and works only if the GPU matches a hardcoded list of PCI IDs. Signed-off-by: Mauro Carvalho Chehab Acked-by: Zbigniew KempczyƄski --- tests/xe/xe_huc_copy.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/xe/xe_huc_copy.c b/tests/xe/xe_huc_copy.c index 7c1906a317..ee3896cef8 100644 --- a/tests/xe/xe_huc_copy.c +++ b/tests/xe/xe_huc_copy.c @@ -9,6 +9,10 @@ * Sub-category: HuC * Functionality: HuC copy * Test category: functionality test + * TODO: make the test more generic, getting rid of the PCI ID list + * GPU requirements: This test currently requires TGL, and runs only if the + * PCI ID is 0x9A60, 0x9A68, 0x9A70, 0x9A40, 0x9A49, 0x9A59, 0x9A78, + * 0x9AC0, 0x9AC9, 0x9AD9 or 0x9AF8 */ #include -- 2.34.1