mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
lib: Fix some doc warnings
Cc: Marius Vlad <marius.c.vlad@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
9665073c33
commit
483d1c0a23
@ -1435,6 +1435,8 @@ void igt_waitchildren(void)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* igt_waitchildren_timeout:
|
* igt_waitchildren_timeout:
|
||||||
|
* @seconds: timeout in seconds to wait
|
||||||
|
* @reasons: debug string explaining what timedout
|
||||||
*
|
*
|
||||||
* Wait for all children forked with igt_fork, for a maximum of @seconds.
|
* Wait for all children forked with igt_fork, for a maximum of @seconds.
|
||||||
*
|
*
|
||||||
|
@ -1020,11 +1020,12 @@ void kmstest_unset_all_crtcs(int drm_fd, drmModeResPtr resources)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* kmstest_get_crtc_idx: get the CRTC index based on its ID
|
* kmstest_get_crtc_idx:
|
||||||
* @res: the libdrm resources
|
* @res: the libdrm resources
|
||||||
* @crtc_id: the CRTC id
|
* @crtc_id: the CRTC id
|
||||||
*
|
*
|
||||||
* This is useful since a few places of libdrm deal with CRTC masks.
|
* Get the CRTC index based on its ID. This is useful since a few places of
|
||||||
|
* libdrm deal with CRTC masks.
|
||||||
*/
|
*/
|
||||||
int kmstest_get_crtc_idx(drmModeRes *res, uint32_t crtc_id)
|
int kmstest_get_crtc_idx(drmModeRes *res, uint32_t crtc_id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user