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 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
selftest_engine.h
blob
ab32d09ec5a15deba3190af776302dc863ff0ff1
1
/*
2
* SPDX-License-Identifier: GPL-2.0
3
*
4
* Copyright © 2019 Intel Corporation
5
*/
6
7
#ifndef SELFTEST_ENGINE_H
8
#define SELFTEST_ENGINE_H
9
10
struct
intel_gt
;
11
12
int
live_engine_pm_selftests
(
struct
intel_gt
*
gt
);
13
14
#endif