mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 09:56:02 +00:00
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
f8fd4c977a
commit
a22548fec0
@ -645,7 +645,7 @@ int __gem_context_destroy(int fd, uint32_t ctx_id)
|
||||
}
|
||||
|
||||
/**
|
||||
* gem_context_create:
|
||||
* gem_context_destroy:
|
||||
* @fd: open i915 drm file descriptor
|
||||
* @ctx_id: i915 hw context id
|
||||
*
|
||||
|
@ -74,7 +74,7 @@ void *gem_mmap__wc(int fd, uint32_t handle, int offset, int size, int prot);
|
||||
* the gtt) write-combine memory mappings are available. Automatically skips
|
||||
* through igt_require() if not.
|
||||
*/
|
||||
#define gem_require_mmap_wc(x) igt_require(gem_mmap__has_wc(x))
|
||||
#define gem_require_mmap_wc(fd) igt_require(gem_mmap__has_wc(fd))
|
||||
|
||||
/**
|
||||
* gem_mmap:
|
||||
|
Loading…
x
Reference in New Issue
Block a user