Home | History | Annotate | Line # | Download | only in radeon
radeon_trace_points.c revision 1.1.1.2
      1 /*	$NetBSD: radeon_trace_points.c,v 1.1.1.2 2018/08/27 01:34:59 riastradh Exp $	*/
      2 
      3 /* Copyright Red Hat Inc 2010.
      4  * Author : Dave Airlie <airlied (at) redhat.com>
      5  */
      6 #include <sys/cdefs.h>
      7 __KERNEL_RCSID(0, "$NetBSD: radeon_trace_points.c,v 1.1.1.2 2018/08/27 01:34:59 riastradh Exp $");
      8 
      9 #include <drm/drmP.h>
     10 #include <drm/radeon_drm.h>
     11 #include "radeon.h"
     12 
     13 #define CREATE_TRACE_POINTS
     14 #include "radeon_trace.h"
     15