Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / i915_query.h
blob31dcef181f639c79b701c2f969f6edc6a381da82
1 /*
2 * SPDX-License-Identifier: MIT
4 * Copyright © 2018 Intel Corporation
5 */
7 #ifndef _I915_QUERY_H_
8 #define _I915_QUERY_H_
10 struct drm_device;
11 struct drm_file;
13 int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
15 #endif