mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 08:26:10 +00:00
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
595575b9cb
commit
3b8e121552
@ -661,7 +661,6 @@ void igt_blitter_fast_copy__raw(int fd,
|
||||
/**
|
||||
* igt_blitter_fast_copy:
|
||||
* @batch: batchbuffer object
|
||||
* @context: libdrm hardware context to use
|
||||
* @src: source i-g-t buffer object
|
||||
* @src_x: source pixel x-coordination
|
||||
* @src_y: source pixel y-coordination
|
||||
|
@ -187,7 +187,7 @@ void intel_copy_bo(struct intel_batchbuffer *batch,
|
||||
drm_intel_bo *dst_bo, drm_intel_bo *src_bo,
|
||||
long int size);
|
||||
|
||||
/**
|
||||
/*
|
||||
* Yf/Ys tiling
|
||||
*
|
||||
* Tiling mode in the I915_TILING_... namespace for new tiling modes which are
|
||||
|
@ -699,6 +699,7 @@ void gem_context_set_param(int fd, struct local_i915_gem_context_param *p)
|
||||
/**
|
||||
* gem_context_require_param:
|
||||
* @fd: open i915 drm file descriptor
|
||||
* @param: i915 hw context parameter
|
||||
*
|
||||
* Feature test macro to query whether hw context parameter support for @param
|
||||
* is available. Automatically skips through igt_require() if not.
|
||||
|
Loading…
x
Reference in New Issue
Block a user