Home | History | Annotate | Line # | Download | only in radeon
      1 /*	$NetBSD: radeon_trace_points.c,v 1.3 2021/12/18 23:45:43 riastradh Exp $	*/
      2 
      3 // SPDX-License-Identifier: MIT
      4 /* Copyright Red Hat Inc 2010.
      5  * Author : Dave Airlie <airlied (at) redhat.com>
      6  */
      7 
      8 #include <sys/cdefs.h>
      9 __KERNEL_RCSID(0, "$NetBSD: radeon_trace_points.c,v 1.3 2021/12/18 23:45:43 riastradh Exp $");
     10 
     11 #include <drm/radeon_drm.h>
     12 #include "radeon.h"
     13 
     14 #define CREATE_TRACE_POINTS
     15 #include "radeon_trace.h"
     16