Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * SPDX-License-Identifier: MIT
0003  *
0004  * Copyright © 2018 Intel Corporation
0005  */
0006 
0007 #ifndef __I915_SELFTESTS_IGT_RESET_H__
0008 #define __I915_SELFTESTS_IGT_RESET_H__
0009 
0010 #include <linux/types.h>
0011 
0012 struct intel_gt;
0013 
0014 void igt_global_reset_lock(struct intel_gt *gt);
0015 void igt_global_reset_unlock(struct intel_gt *gt);
0016 bool igt_force_reset(struct intel_gt *gt);
0017 
0018 #endif