repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
igt_flush_test.h
blob
7541fa74e6418b27138e2df864abe5da546f0f78
1
/*
2
* SPDX-License-Identifier: MIT
3
*
4
* Copyright © 2018 Intel Corporation
5
*/
6
7
#ifndef IGT_FLUSH_TEST_H
8
#define IGT_FLUSH_TEST_H
9
10
struct
drm_i915_private
;
11
12
int
igt_flush_test
(
struct
drm_i915_private
*
i915
);
13
14
#endif
/* IGT_FLUSH_TEST_H */