summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-06-21 10:55:56 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-11-05 12:31:10 +0200
commit5f2af06b5c1934ff4d5ed3ea55efc306289f1c53 (patch)
treebc1a5fe16d93f69faa929d04cdf229c8c90dadbd /lib/igt_core.c
parent5421c73a7db3cfaa85ab24325fe6e898cbb27fb3 (diff)
docs: Remove incorrect reference to i915
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@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'lib/igt_core.c')
-rw-r--r--lib/igt_core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 23bb858f..e0989f53 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -214,10 +214,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