2009-08-25 18:15:50 +08:00
|
|
|
/*
|
|
|
|
* Copyright © 2009 Intel Corporation
|
|
|
|
*
|
|
|
|
* Authors:
|
|
|
|
* Chris Wilson <chris@chris-wilson.co.uk>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "i915_drv.h"
|
|
|
|
|
2012-04-17 05:07:40 +08:00
|
|
|
#ifndef __CHECKER__
|
2009-08-25 18:15:50 +08:00
|
|
|
#define CREATE_TRACE_POINTS
|
|
|
|
#include "i915_trace.h"
|
2012-04-17 05:07:40 +08:00
|
|
|
#endif
|