lib: various documentation fixes

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-10-08 17:06:58 +01:00
parent 303fe742fc
commit d4e3b6a0f5
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -146,7 +146,6 @@ int igt_open_forcewake_handle(void);
/**
* stop_ring_flags:
*
* @STOP_RING_NONE: Can be used to clear the pending stop (warning: hang might
* be declared already). Returned by igt_get_stop_rings() if there is
* no currently stopped rings.
@@ -157,7 +156,8 @@ int igt_open_forcewake_handle(void);
* @STOP_RING_ALL: All rings
* @STOP_RING_ALLOW_ERRORS: Driver will not omit expected DRM_ERRORS
* @STOP_RING_ALLOW_BAN: Driver will use context ban policy
* @STOP_RING_DEFAULT: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS
* @STOP_RING_DEFAULTS: STOP_RING_ALL | STOP_RING_ALLOW_ERRORS
*
* Enumeration of all supported flags for igt_set_stop_rings().
*
*/