lib/drmtest: use igt_require/assert in the prefault helpers

This commit is contained in:
Daniel Vetter
2013-09-03 12:22:09 +02:00
parent e45b7d9474
commit f4b93781be
2 changed files with 8 additions and 18 deletions
+2 -2
View File
@@ -341,8 +341,8 @@ void igt_disable_exit_handler(void);
int igt_set_vt_graphics_mode(void);
/* prefault disabling, needs the corresponding debugfs interface */
int igt_disable_prefault(void);
int igt_enable_prefault(void);
void igt_disable_prefault(void);
void igt_enable_prefault(void);
/* suspend and auto-resume system */
void igt_system_suspend_autoresume(void);