projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.git]
/
drivers
/
gpu
/
drm
/
i915
/
i915_query.h
1
/*
2
* SPDX-License-Identifier: MIT
3
*
4
* Copyright © 2018 Intel Corporation
5
*/
6
7
#ifndef _I915_QUERY_H_
8
#define _I915_QUERY_H_
9
10
struct drm_device;
11
struct drm_file;
12
13
int i915_query_ioctl(struct drm_device *dev, void *data, struct drm_file *file);
14
15
#endif