root/drivers/gpu/drm/radeon/radeon_trace_points.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // SPDX-License-Identifier: MIT
   2 /* Copyright Red Hat Inc 2010.
   3  * Author : Dave Airlie <airlied@redhat.com>
   4  */
   5 
   6 #include <drm/radeon_drm.h>
   7 #include "radeon.h"
   8 
   9 #define CREATE_TRACE_POINTS
  10 #include "radeon_trace.h"

/* [<][>][^][v][top][bottom][index][help] */