[igt-dev] [PATCH i-g-t v2 14/19] xe/xe_huc_copy: add GPU dependency to its documentation
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Fri Mar 10 19:41:20 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
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 <mchehab at kernel.org>
Acked-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
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 <string.h>
--
2.34.1
More information about the igt-dev
mailing list