i915_trace_points.c 246 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright © 2009 Intel Corporation
  4. *
  5. * Authors:
  6. * Chris Wilson <chris@chris-wilson.co.uk>
  7. */
  8. #include "i915_drv.h"
  9. #ifndef __CHECKER__
  10. #define CREATE_TRACE_POINTS
  11. #include "i915_trace.h"
  12. #endif