1 /*
2  * Copyright © 2015 Intel Corporation
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice (including the next
12  * paragraph) shall be included in all copies or substantial portions of the
13  * Software.
14  *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21  * IN THE SOFTWARE.
22  */
23 
24 #ifndef IGT_H
25 #define IGT_H
26 
27 #include "drmtest.h"
28 #include "i915_3d.h"
29 #include "i915_pciids.h"
30 #include "igt_aux.h"
31 #include "igt_core.h"
32 #include "igt_core.h"
33 #include "igt_debugfs.h"
34 #include "igt_draw.h"
35 #include "igt_dummyload.h"
36 #include "igt_fb.h"
37 #include "igt_frame.h"
38 #include "igt_gt.h"
39 #include "igt_kms.h"
40 #include "igt_pm.h"
41 #include "igt_stats.h"
42 #ifdef HAVE_CHAMELIUM
43 #include "igt_alsa.h"
44 #include "igt_audio.h"
45 #include "igt_chamelium.h"
46 #include "igt_chamelium_stream.h"
47 #endif
48 #include "instdone.h"
49 #include "intel_batchbuffer.h"
50 #include "intel_chipset.h"
51 #include "intel_io.h"
52 #include "ioctl_wrappers.h"
53 #include "media_fill.h"
54 #include "media_spin.h"
55 #include "rendercopy.h"
56 #include "i915/gem_mman.h"
57 #include "i915/gem_engine_topology.h"
58 
59 #endif /* IGT_H */
60