mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
lib/drmtest: use igt_require/assert in the prefault helpers
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user