Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 6465e260f48790807eef06b583b38ca9789b6072 authored by Linus Torvalds on 24 September 2023, 21:31:13 UTC
Linux 6.6-rc3
Tip revision: 6465e26
radeon_trace_points.c
// SPDX-License-Identifier: MIT
/* Copyright Red Hat Inc 2010.
 * Author : Dave Airlie <airlied@redhat.com>
 */

#include <drm/radeon_drm.h>
#include "radeon.h"

#define CREATE_TRACE_POINTS
#include "radeon_trace.h"
back to top