xref: /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/i915_mitigations.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: MIT */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Copyright © 2021 Intel Corporation
4*4882a593Smuzhiyun  */
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun #ifndef __I915_MITIGATIONS_H__
7*4882a593Smuzhiyun #define __I915_MITIGATIONS_H__
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun #include <linux/types.h>
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun bool i915_mitigate_clear_residuals(void);
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #endif /* __I915_MITIGATIONS_H__ */
14