mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
lib/drmtest: add drmtest_disable/enable_prefault() function
V2: add exit handler to enable prefault (Daniel) Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
This commit is contained in:
committed by
Daniel Vetter
parent
161e610765
commit
7ea2983b11
@@ -180,3 +180,6 @@ void drmtest_enable_exit_handler(void);
|
||||
void drmtest_disable_exit_handler(void);
|
||||
|
||||
int drmtest_set_vt_graphics_mode(void);
|
||||
|
||||
int drmtest_disable_prefault(void);
|
||||
int drmtest_enable_prefault(void);
|
||||
|
||||
Reference in New Issue
Block a user