summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-11-25 11:59:37 +0000
committerThomas Wood <thomas.wood@intel.com>2014-11-25 11:59:37 +0000
commitae3a9466316d61ab336f43d06e6ed8bc5025389a (patch)
tree58f49fc2a09c922c9834703d32f03799c80675ff /lib
parentb8f193bbbff1a322296969ded5a4c3f9fd759c6d (diff)
lib: fix symbol names in documentation comments
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/drmtest.c2
-rw-r--r--lib/igt_core.h2
-rw-r--r--lib/intel_batchbuffer.c4
-rw-r--r--lib/ioctl_wrappers.c4
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 3d828e12..813c315b 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -344,7 +344,7 @@ int drm_open_any_master(void)
}
/**
- * drm_open_any:
+ * drm_open_any_render:
*
* Open an i915 drm render device node.
*
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 846f5991..a2583488 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -263,7 +263,7 @@ void igt_exit(void) __attribute__((noreturn));
#define igt_fail_on(expr) igt_assert(!(expr))
/**
- * igt_assert_f:
+ * igt_fail_on_f:
* @expr: condition to test
* @...: format string and optional arguments
*
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index c1b0e3d7..30ef2cf7 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -86,7 +86,7 @@ intel_batchbuffer_reset(struct intel_batchbuffer *batch)
}
/**
- * intel_batchbuffer_reset:
+ * intel_batchbuffer_alloc:
* @bufmgr: libdrm buffer manager
* @devid: pci device id of the drm device
*
@@ -109,7 +109,7 @@ intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr, uint32_t devid)
}
/**
- * intel_batchbuffer_reset:
+ * intel_batchbuffer_free:
* @batch: batchbuffer object
*
* Releases all resource of the batchbuffer object @batch.
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index f423237a..56280b69 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -620,7 +620,7 @@ bool gem_uses_aliasing_ppgtt(int fd)
}
/**
- * gem_uses_aliasing_ppgtt:
+ * gem_available_fences:
* @fd: open i915 drm file descriptor
*
* Feature test macro to query the kernel for the number of available fences
@@ -811,7 +811,7 @@ uint64_t gem_aperture_size(int fd)
}
/**
- * gem_aperture_size:
+ * gem_mappable_aperture_size:
* @fd: open i915 drm file descriptor
*
* Feature test macro to query the kernel for the mappable gpu aperture size.