From: Francois Dugast <francois.dugast@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Francois Dugast <francois.dugast@intel.com>
Subject: [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support
Date: Tue, 4 Jul 2023 15:02:31 +0000 [thread overview]
Message-ID: <20230704150231.7-1-francois.dugast@intel.com> (raw)
Ensure the license is correctly identified using SPDX license
identifiers in compat header files.
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
---
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
| 5 +++++
drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h | 5 +++++
12 files changed, 60 insertions(+)
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h
index e55fed3cbe9e..45e4f129eba5 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_fixed.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/i915_fixed.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
index 36d863f4848b..a15d1fd7b1a0 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/i915_reg.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h
index 128a9a330c13..bc6332171df6 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_reg_defs.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/i915_reg_defs.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
index a88a5196c79d..e54b1a5ddd8b 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_utils.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/i915_utils.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
index c40bb27ac72a..973422c4cce1 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#ifndef I915_VMA_H
#define I915_VMA_H
--git a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma_types.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma_types.h
index 99e7a2142a37..0ba42ed6912e 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma_types.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma_types.h
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include <linux/types.h>
#include <linux/build_bug.h>
--git a/drivers/gpu/drm/xe/compat-i915-headers/intel_clock_gating.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_clock_gating.h
index 6e35e0bace9e..fec266fbd5e5 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_clock_gating.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_clock_gating.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/intel_clock_gating.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h
index f7c0585f277b..306d30e5744d 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/intel_mchbar_regs.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/intel_pci_config.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_pci_config.h
index 741ef99dc0e4..9049a1ce1799 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_pci_config.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_pci_config.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/intel_pci_config.h"
--git a/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h
index 1a7a1224a750..a6e1e4f8b3f4 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_runtime_pm.h
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "intel_wakeref.h"
enum i915_drm_suspend_mode {
--git a/drivers/gpu/drm/xe/compat-i915-headers/intel_wakeref.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_wakeref.h
index 678f22c36d42..d7f78aed8c69 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_wakeref.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_wakeref.h
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include <linux/types.h>
typedef bool intel_wakeref_t;
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h b/drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h
index 83166479ffb5..0bebf958c5cd 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/vlv_sideband_reg.h
@@ -1 +1,6 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
#include "../../i915/vlv_sideband_reg.h"
--
2.34.1
next reply other threads:[~2023-07-04 15:02 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-04 15:02 Francois Dugast [this message]
2023-07-04 16:33 ` [Intel-xe] ✓ CI.Patch_applied: success for fixup! drm/xe/display: Implement display support (rev4) Patchwork
2023-07-04 16:33 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-04 16:34 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-04 16:38 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-04 16:39 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-04 16:40 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-07-04 17:22 ` [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Lucas De Marchi
2023-07-04 17:26 ` [Intel-xe] ○ CI.BAT: info for fixup! drm/xe/display: Implement display support (rev4) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-09-19 8:36 [Intel-xe] [PATCH] fixup! drm/xe/display: Implement display support Thomas Hellström
2023-08-01 14:36 Rodrigo Vivi
2023-08-08 10:48 ` Jani Nikula
2023-05-29 11:43 Balasubramani Vivekanandan
2023-06-01 16:50 ` Matt Roper
2023-05-22 12:55 Gustavo Sousa
2023-05-22 13:12 ` Gustavo Sousa
2023-05-23 6:49 ` Lucas De Marchi
2023-05-23 12:24 ` Gustavo Sousa
2023-05-10 19:38 Nirmoy Das
2023-05-10 20:18 ` Lucas De Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230704150231.7-1-francois.dugast@intel.com \
--to=francois.dugast@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox