blob: 463a7177997cf4990ff97bedd39d21187d344a95 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Chris Wilson1c5d22f2009-08-25 11:15:50 +01002/*
3 * Copyright © 2009 Intel Corporation
4 *
5 * Authors:
6 * Chris Wilson <chris@chris-wilson.co.uk>
7 */
8
9#include "i915_drv.h"
10
Ben Widawskyc43b5632012-04-16 14:07:40 -070011#ifndef __CHECKER__
Chris Wilson1c5d22f2009-08-25 11:15:50 +010012#define CREATE_TRACE_POINTS
13#include "i915_trace.h"
Ben Widawskyc43b5632012-04-16 14:07:40 -070014#endif