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