mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+1
-1
@@ -473,7 +473,7 @@ bool __igt_fork(void);
|
|||||||
void igt_waitchildren(void);
|
void igt_waitchildren(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* igt_helper_process_t:
|
* igt_helper_process:
|
||||||
* @running: indicates whether the process is currently running
|
* @running: indicates whether the process is currently running
|
||||||
* @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM
|
* @use_SIGKILL: whether the helper should be terminated with SIGKILL or SIGTERM
|
||||||
* @pid: pid of the helper if @running is true
|
* @pid: pid of the helper if @running is true
|
||||||
|
|||||||
+1
-1
@@ -125,7 +125,7 @@ igt_hang_ring_t igt_hang_ring(int fd, int ring)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* igt_hang_ring:
|
* igt_post_hang_ring:
|
||||||
* @fd: open i915 drm file descriptor
|
* @fd: open i915 drm file descriptor
|
||||||
* @arg: hang state from igt_hang_ring()
|
* @arg: hang state from igt_hang_ring()
|
||||||
*
|
*
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@ typedef struct igt_hang_ring {
|
|||||||
} igt_hang_ring_t;
|
} igt_hang_ring_t;
|
||||||
|
|
||||||
struct igt_hang_ring igt_hang_ring(int fd, int ring);
|
struct igt_hang_ring igt_hang_ring(int fd, int ring);
|
||||||
void igt_post_hang_ring(int fd, struct igt_hang_ring data);
|
void igt_post_hang_ring(int fd, struct igt_hang_ring arg);
|
||||||
|
|
||||||
int igt_fork_hang_helper(void);
|
int igt_fork_hang_helper(void);
|
||||||
void igt_stop_hang_helper(void);
|
void igt_stop_hang_helper(void);
|
||||||
|
|||||||
@@ -697,7 +697,7 @@ void gem_context_set_param(int fd, struct local_i915_gem_context_param *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gem_require_caching:
|
* gem_context_require_param:
|
||||||
* @fd: open i915 drm file descriptor
|
* @fd: open i915 drm file descriptor
|
||||||
*
|
*
|
||||||
* Feature test macro to query whether hw context parameter support for @param
|
* Feature test macro to query whether hw context parameter support for @param
|
||||||
|
|||||||
Reference in New Issue
Block a user