2018-05-05 09:10:13 +00:00
|
|
|
/*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
* Copyright © 2018 Intel Corporation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef IGT_FLUSH_TEST_H
|
|
|
|
#define IGT_FLUSH_TEST_H
|
|
|
|
|
|
|
|
struct drm_i915_private;
|
|
|
|
|
2019-10-04 13:40:02 +00:00
|
|
|
int igt_flush_test(struct drm_i915_private *i915);
|
2018-05-05 09:10:13 +00:00
|
|
|
|
|
|
|
#endif /* IGT_FLUSH_TEST_H */
|