summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-11-01 10:35:09 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-11-01 10:35:09 +0000
commit309d4a3b405d052de022467f038a066e765c6e4e (patch)
treeedd8a8636c40f7132cf63d142e86514ee1642db5 /sys/dev/pci
parentd997c59f310385d16d9f257bbcb311a26f51ccf2 (diff)
Add SPDX-License-Identifier tags from linux git master to drm files
which previously had no license text.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/drm/drm_pciids.h1
-rw-r--r--sys/dev/pci/drm/radeon/mkregtable.c1
-rw-r--r--sys/dev/pci/drm/radeon/r100_track.h1
-rw-r--r--sys/dev/pci/drm/radeon/radeon_dp_mst.c1
-rw-r--r--sys/dev/pci/drm/radeon/radeon_legacy_tv.c1
-rw-r--r--sys/dev/pci/drm/radeon/radeon_trace.h1
-rw-r--r--sys/dev/pci/drm/radeon/radeon_trace_points.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/drm_pciids.h b/sys/dev/pci/drm/drm_pciids.h
index 8bc073d297d..b7e899ce44f 100644
--- a/sys/dev/pci/drm/drm_pciids.h
+++ b/sys/dev/pci/drm/drm_pciids.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
#define radeon_PCI_IDS \
{0x1002, 0x1304, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
{0x1002, 0x1305, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_KAVERI|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
diff --git a/sys/dev/pci/drm/radeon/mkregtable.c b/sys/dev/pci/drm/radeon/mkregtable.c
index b928c17bdee..a7ecfba3ebd 100644
--- a/sys/dev/pci/drm/radeon/mkregtable.c
+++ b/sys/dev/pci/drm/radeon/mkregtable.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
/* utility to create the register check tables
* this includes inlined list.h safe for userspace.
*
diff --git a/sys/dev/pci/drm/radeon/r100_track.h b/sys/dev/pci/drm/radeon/r100_track.h
index eb40888bdfc..57e2b09784b 100644
--- a/sys/dev/pci/drm/radeon/r100_track.h
+++ b/sys/dev/pci/drm/radeon/r100_track.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
#define R100_TRACK_MAX_TEXTURE 3
#define R200_TRACK_MAX_TEXTURE 6
diff --git a/sys/dev/pci/drm/radeon/radeon_dp_mst.c b/sys/dev/pci/drm/radeon/radeon_dp_mst.c
index 55f42ce53c6..2fcdbf480d2 100644
--- a/sys/dev/pci/drm/radeon/radeon_dp_mst.c
+++ b/sys/dev/pci/drm/radeon/radeon_dp_mst.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
#include <dev/pci/drm/drmP.h>
#include <dev/pci/drm/drm_dp_mst_helper.h>
diff --git a/sys/dev/pci/drm/radeon/radeon_legacy_tv.c b/sys/dev/pci/drm/radeon/radeon_legacy_tv.c
index 2ea4887f3ee..424cd2387e9 100644
--- a/sys/dev/pci/drm/radeon/radeon_legacy_tv.c
+++ b/sys/dev/pci/drm/radeon/radeon_legacy_tv.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
#include <dev/pci/drm/drmP.h>
#include <dev/pci/drm/drm_crtc_helper.h>
#include "radeon.h"
diff --git a/sys/dev/pci/drm/radeon/radeon_trace.h b/sys/dev/pci/drm/radeon/radeon_trace.h
index 5bb2cd121c4..a7c4ba700a8 100644
--- a/sys/dev/pci/drm/radeon/radeon_trace.h
+++ b/sys/dev/pci/drm/radeon/radeon_trace.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
#if !defined(_RADEON_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
#define _RADEON_TRACE_H_
diff --git a/sys/dev/pci/drm/radeon/radeon_trace_points.c b/sys/dev/pci/drm/radeon/radeon_trace_points.c
index 440e092f4a6..246bdb7f513 100644
--- a/sys/dev/pci/drm/radeon/radeon_trace_points.c
+++ b/sys/dev/pci/drm/radeon/radeon_trace_points.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
/* Copyright Red Hat Inc 2010.
* Author : Dave Airlie <airlied@redhat.com>
*/