xref: /openbmc/linux/drivers/gpu/drm/i915/selftests/igt_flush_test.h (revision 83268fa6b43cefb60ee188fd53ed49120d3ae4f4)
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2018 Intel Corporation
5  */
6 
7 #ifndef IGT_FLUSH_TEST_H
8 #define IGT_FLUSH_TEST_H
9 
10 struct drm_i915_private;
11 
12 int igt_flush_test(struct drm_i915_private *i915, unsigned int flags);
13 
14 #endif /* IGT_FLUSH_TEST_H */
15