lib: small documentation fixes

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-03-12 17:01:57 +00:00
parent 595575b9cb
commit 3b8e121552
3 changed files with 2 additions and 2 deletions

View File

@ -661,7 +661,6 @@ void igt_blitter_fast_copy__raw(int fd,
/** /**
* igt_blitter_fast_copy: * igt_blitter_fast_copy:
* @batch: batchbuffer object * @batch: batchbuffer object
* @context: libdrm hardware context to use
* @src: source i-g-t buffer object * @src: source i-g-t buffer object
* @src_x: source pixel x-coordination * @src_x: source pixel x-coordination
* @src_y: source pixel y-coordination * @src_y: source pixel y-coordination

View File

@ -187,7 +187,7 @@ void intel_copy_bo(struct intel_batchbuffer *batch,
drm_intel_bo *dst_bo, drm_intel_bo *src_bo, drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
long int size); long int size);
/** /*
* Yf/Ys tiling * Yf/Ys tiling
* *
* Tiling mode in the I915_TILING_... namespace for new tiling modes which are * Tiling mode in the I915_TILING_... namespace for new tiling modes which are

View File

@ -699,6 +699,7 @@ void gem_context_set_param(int fd, struct local_i915_gem_context_param *p)
/** /**
* gem_context_require_param: * gem_context_require_param:
* @fd: open i915 drm file descriptor * @fd: open i915 drm file descriptor
* @param: i915 hw context parameter
* *
* Feature test macro to query whether hw context parameter support for @param * Feature test macro to query whether hw context parameter support for @param
* is available. Automatically skips through igt_require() if not. * is available. Automatically skips through igt_require() if not.