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
x86/xen: resume timer irqs early
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
i915
/
i915_trace_points.c
blob
f1df2bd4ecf4cc37010ccb990614dcacde0936e9
1
/*
2
* Copyright © 2009 Intel Corporation
3
*
4
* Authors:
5
* Chris Wilson <chris@chris-wilson.co.uk>
6
*/
7
8
#include
"i915_drv.h"
9
10
#ifndef __CHECKER__
11
#define CREATE_TRACE_POINTS
12
#include
"i915_trace.h"
13
#endif