[igt-dev] [PATCH i-g-t 1/1] docs: Remove incorrect reference to i915

Petri Latvala petri.latvala at intel.com
Thu Jun 21 07:55:56 UTC 2018


While true that subtest listing doesn't require the i915 driver, same
applies to any driver or platform.

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
 lib/igt_core.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/igt_core.c b/lib/igt_core.c
index 06d8b037..2f71d9a6 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -215,10 +215,10 @@
  * code will only reflect the overall result.
  *
  * To do that obtain the lists of subtests with "--list-subtests", which can be
- * run as non-root and doesn't require the i915 driver to be loaded (or any
- * intel gpu to be present). Then individual subtests can be run with
- * "--run-subtest". Usage help for tests with subtests can be obtained with the
- * "--help" command line option.
+ * run as non-root and doesn't require a DRM driver to be loaded (or any GPU to
+ * be present). Then individual subtests can be run with "--run-subtest". Usage
+ * help for tests with subtests can be obtained with the "--help" command line
+ * option.
  *
  * A wildcard expression can be given to --run-subtest to specify a subset of
  * subtests to run. See https://tools.ietf.org/html/rfc3977#section-4 for a
-- 
2.14.1



More information about the igt-dev mailing list