Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe: Add missing SPDX license identifiers

Ensure all Xe driver files have a proper SPDX license identifier, add it
in files where it was missing.

Link: https://patchwork.freedesktop.org/patch/msgid/20250116124532.1480351-1-francois.dugast@intel.com
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>

+6
+1
drivers/gpu/drm/xe/Kconfig.profile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 config DRM_XE_JOB_TIMEOUT_MAX 2 3 int "Default max job timeout (ms)" 3 4 default 10000 # milliseconds
+5
drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_stolen.h
··· 1 + /* SPDX-License-Identifier: MIT */ 2 + /* 3 + * Copyright © 2024 Intel Corporation 4 + */ 5 + 1 6 #ifndef _I915_GEM_STOLEN_H_ 2 7 #define _I915_GEM_STOLEN_H_ 3 8