i915_query.h 255 B

12345678910111213141516
  1. /*
  2. * SPDX-License-Identifier: MIT
  3. *
  4. * Copyright © 2018 Intel Corporation
  5. */
  6. #ifndef _I915_QUERY_H_
  7. #define _I915_QUERY_H_
  8. struct drm_device;
  9. struct drm_file;
  10. int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
  11. #endif