mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +00:00
lib: Fix doc warnings for real!
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
f4718c2b6c
commit
286992102e
@ -321,7 +321,7 @@ int drm_open_driver(int chipset)
|
|||||||
if (__sync_fetch_and_add(&open_count, 1))
|
if (__sync_fetch_and_add(&open_count, 1))
|
||||||
return fd;
|
return fd;
|
||||||
|
|
||||||
if(chipset & DRIVER_INTEL){
|
if(chipset & DRIVER_INTEL){
|
||||||
gem_quiescent_gpu(fd);
|
gem_quiescent_gpu(fd);
|
||||||
igt_install_exit_handler(quiescent_gpu_at_exit);
|
igt_install_exit_handler(quiescent_gpu_at_exit);
|
||||||
}
|
}
|
||||||
|
@ -1444,7 +1444,7 @@ void igt_waitchildren(void)
|
|||||||
/**
|
/**
|
||||||
* igt_waitchildren_timeout:
|
* igt_waitchildren_timeout:
|
||||||
* @seconds: timeout in seconds to wait
|
* @seconds: timeout in seconds to wait
|
||||||
* @reasons: debug string explaining what timedout
|
* @reason: 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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user