igt_flush_test.h 261 B

1234567891011121314
  1. /*
  2. * SPDX-License-Identifier: MIT
  3. *
  4. * Copyright © 2018 Intel Corporation
  5. */
  6. #ifndef IGT_FLUSH_TEST_H
  7. #define IGT_FLUSH_TEST_H
  8. struct drm_i915_private;
  9. int igt_flush_test(struct drm_i915_private *i915, unsigned int flags);
  10. #endif /* IGT_FLUSH_TEST_H */