[igt-dev] [PATCH i-g-t 3/7] lib/drmtest: Remove i915 refs in do_ioctl*() docs
Lyude
lyude at redhat.com
Wed Mar 17 22:49:45 UTC 2021
From: Lyude Paul <lyude at redhat.com>
These aren't i915 specific, looks like some historical junk.
Signed-off-by: Lyude Paul <lyude at redhat.com>
Cc: Martin Peres <martin.peres at free.fr>
Cc: Jeremy Cline <jcline at redhat.com>
---
lib/drmtest.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/drmtest.h b/lib/drmtest.h
index c4b15a26..b933f76a 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -117,7 +117,7 @@ bool is_vc4_device(int fd);
/**
* do_ioctl:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
* @ioc: ioctl op definition from drm headers
* @ioc_data: data pointer for the ioctl operation
*
@@ -131,7 +131,7 @@ bool is_vc4_device(int fd);
/**
* do_ioctl_err:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
* @ioc: ioctl op definition from drm headers
* @ioc_data: data pointer for the ioctl operation
* @err: value to expect in errno
--
2.29.2
More information about the igt-dev
mailing list