[igt-dev] [PATCH i-g-t] intel-ci/xe-fast-feedback.testlist: use xe_module_load at load

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Wed Mar 29 12:37:07 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Provided that the force_load parameter is already set either as:

- boot time: xe.force_load=<value>
- modprobe time: adding "option xe force_load=<value>" to a
  /etc/modprobe.d/ file;
- at boot time, via CONFIG_DRM_XE_FORCE_PROBE="<value>"

There's no need to use igt at xe_module_load@force_load. Use
instead the cleaner test: igt at xe_module_load@load.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 tests/intel-ci/xe-fast-feedback.testlist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist
index 3140d648833a..5f3bd2e917d5 100644
--- a/tests/intel-ci/xe-fast-feedback.testlist
+++ b/tests/intel-ci/xe-fast-feedback.testlist
@@ -1,5 +1,5 @@
 # Should be the first test
-igt at xe_module_load@force-load
+igt at xe_module_load@load
 
 igt at xe_compute@compute-square
 igt at xe_debugfs@base
-- 
2.39.2



More information about the igt-dev mailing list