mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 15:20:37 +07:00
4692403047
Commit b24413180f
added
"SPDX-License-Identifier: GPL-2.0" to files which previously had no
license, change this to MIT for radeon matching the license text of the
other radeon files.
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
237 B
C
11 lines
237 B
C
// SPDX-License-Identifier: MIT
|
|
/* Copyright Red Hat Inc 2010.
|
|
* Author : Dave Airlie <airlied@redhat.com>
|
|
*/
|
|
#include <drm/drmP.h>
|
|
#include <drm/radeon_drm.h>
|
|
#include "radeon.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "radeon_trace.h"
|