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
/
i915_trace_points.c
blob
463a7177997cf4990ff97bedd39d21187d344a95
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright © 2009 Intel Corporation
4
*
5
* Authors:
6
* Chris Wilson <chris@chris-wilson.co.uk>
7
*/
8
9
#include
"i915_drv.h"
10
11
#ifndef __CHECKER__
12
#define CREATE_TRACE_POINTS
13
#include
"i915_trace.h"
14
#endif