summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/drmtest.c4
-rw-r--r--lib/igt_kms.c2
-rw-r--r--lib/intel_batchbuffer.c2
-rw-r--r--lib/intel_mmio.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index fd11f5f5..fae6f86f 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -71,8 +71,8 @@
*
* But there's also a bit of other assorted stuff here.
*
- * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)
- * and [batchbuffer](intel-gpu-tools-intel-batchbuffer.html) libraries as dependencies.
+ * Note that this library's header pulls in the [i-g-t core](igt-gpu-tools-i-g-t-core.html)
+ * and [batchbuffer](igt-gpu-tools-intel-batchbuffer.html) libraries as dependencies.
*/
uint16_t __drm_device_id;
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 35c77da7..0cee0c06 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -74,7 +74,7 @@
* functions have all igt_ prefixes. This part is still very much work in
* progress and so also lacks a bit documentation for the individual functions.
*
- * Note that this library's header pulls in the [i-g-t framebuffer](intel-gpu-tools-i-g-t-framebuffer.html)
+ * Note that this library's header pulls in the [i-g-t framebuffer](igt-gpu-tools-i-g-t-framebuffer.html)
* library as a dependency.
*/
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index be73577b..a85c760c 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -61,7 +61,7 @@
* structure called batch is in scope. The basic macros are #BEGIN_BATCH,
* #OUT_BATCH, #OUT_RELOC and #ADVANCE_BATCH.
*
- * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)
+ * Note that this library's header pulls in the [i-g-t core](igt-gpu-tools-i-g-t-core.html)
* library as a dependency.
*/
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index 07b9ed14..a5458aeb 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -51,7 +51,7 @@
* @short_description: Register access and sideband I/O library
* @title: I/O
* @include: igt.h
- * @section_id: intel-gpu-tools-IO
+ * @section_id: igt-gpu-tools-IO
*
* This library provides register I/O helpers in both a basic version and a more
* fancy version which also handles forcewake and can optionally check registers