18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright © 2021 Intel Corporation
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __I915_MITIGATIONS_H__
78c2ecf20Sopenharmony_ci#define __I915_MITIGATIONS_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <linux/types.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cibool i915_mitigate_clear_residuals(void);
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* __I915_MITIGATIONS_H__ */
14