M7350/kernel/drivers/gpu/drm/i915/i915_trace_points.c

14 lines
210 B
C
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
/*
* Copyright © 2009 Intel Corporation
*
* Authors:
* Chris Wilson <chris@chris-wilson.co.uk>
*/
#include "i915_drv.h"
2024-09-09 08:57:42 +00:00
#ifndef __CHECKER__
2024-09-09 08:52:07 +00:00
#define CREATE_TRACE_POINTS
#include "i915_trace.h"
2024-09-09 08:57:42 +00:00
#endif