blob: f1df2bd4ecf4cc37010ccb990614dcacde0936e9 [file] [log] [blame]
Chris Wilson1c5d22f2009-08-25 11:15:50 +01001/*
2 * Copyright © 2009 Intel Corporation
3 *
4 * Authors:
5 * Chris Wilson <chris@chris-wilson.co.uk>
6 */
7
8#include "i915_drv.h"
9
Ben Widawskyc43b5632012-04-16 14:07:40 -070010#ifndef __CHECKER__
Chris Wilson1c5d22f2009-08-25 11:15:50 +010011#define CREATE_TRACE_POINTS
12#include "i915_trace.h"
Ben Widawskyc43b5632012-04-16 14:07:40 -070013#endif