From 5f2af06b5c1934ff4d5ed3ea55efc306289f1c53 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Thu, 21 Jun 2018 10:55:56 +0300 Subject: 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 Reviewed-by: Arkadiusz Hiler --- lib/igt_core.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/igt_core.c') 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 -- cgit v1.2.3