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

drm/amdgpu: fix license on Kconfig and Makefiles

amdgpu is MIT licensed.

Fixes: ec8f24b7faaf3d ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+7 -4
+1 -1
drivers/gpu/drm/amd/acp/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: MIT 2 2 menu "ACP (Audio CoProcessor) Configuration" 3 3 4 4 config DRM_AMD_ACP
+1 -1
drivers/gpu/drm/amd/amdgpu/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: MIT 2 2 config DRM_AMDGPU_SI 3 3 bool "Enable amdgpu support for SI parts" 4 4 depends on DRM_AMDGPU
+1 -1
drivers/gpu/drm/amd/amdkfd/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: MIT 2 2 # 3 3 # Heterogenous system architecture configuration 4 4 #
+1 -1
drivers/gpu/drm/amd/display/Kconfig
··· 1 - # SPDX-License-Identifier: GPL-2.0-only 1 + # SPDX-License-Identifier: MIT 2 2 menu "Display Engine Configuration" 3 3 depends on DRM && DRM_AMDGPU 4 4
+1
drivers/gpu/drm/amd/display/dc/dcn20/Makefile
··· 1 + # SPDX-License-Identifier: MIT 1 2 # 2 3 # Makefile for DCN. 3 4
+1
drivers/gpu/drm/amd/display/dc/dcn21/Makefile
··· 1 + # SPDX-License-Identifier: MIT 1 2 # 2 3 # Makefile for DCN21. 3 4
+1
drivers/gpu/drm/amd/display/dc/dsc/Makefile
··· 1 + # SPDX-License-Identifier: MIT 1 2 # 2 3 # Makefile for the 'dsc' sub-component of DAL. 3 4