blob: ebf923490fd9e3baf67089668d19fbfebf101092 [file] [log] [blame]
Thomas Wood804e11f2015-08-17 17:57:43 +01001/*
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"
Abdiel Janulgue35fa2ca2016-10-11 21:30:08 +030035#include "igt_dummyload.h"
Thomas Wood804e11f2015-08-17 17:57:43 +010036#include "igt_fb.h"
Paul Kocialkowskiee31e0b2017-07-19 16:46:07 +030037#include "igt_frame.h"
Paul Kocialkowski15796922017-08-21 18:27:19 +030038#include "igt_alsa.h"
Paul Kocialkowski39cc9bf2017-08-21 18:27:18 +030039#include "igt_audio.h"
Thomas Wood804e11f2015-08-17 17:57:43 +010040#include "igt_gt.h"
41#include "igt_kms.h"
David Weinehall15deba42016-02-18 13:08:46 +020042#include "igt_pm.h"
Thomas Wood804e11f2015-08-17 17:57:43 +010043#include "igt_stats.h"
Arkadiusz Hilera702b602017-04-12 12:33:12 +020044#ifdef HAVE_CHAMELIUM
Lyudec99f8b72016-10-18 14:12:09 -040045#include "igt_chamelium.h"
Arkadiusz Hilera702b602017-04-12 12:33:12 +020046#endif
Thomas Wood804e11f2015-08-17 17:57:43 +010047#include "instdone.h"
48#include "intel_batchbuffer.h"
49#include "intel_chipset.h"
50#include "intel_io.h"
51#include "ioctl_wrappers.h"
52#include "media_fill.h"
53#include "media_spin.h"
54#include "rendercopy.h"
Thomas Wood804e11f2015-08-17 17:57:43 +010055
56#endif /* IGT_H */