]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Fix invalid Copyright notice
authorLeo Ma <hanghong.ma@amd.com>
Mon, 22 Apr 2024 14:17:17 +0000 (10:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 May 2024 20:18:16 +0000 (16:18 -0400)
[Why && How]
Copyright notice failed in the Palamida scan and make changes to
align with our guidelines.

Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Leo Ma <hanghong.ma@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/Kconfig
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
drivers/gpu/drm/amd/display/dc/dcn20/Makefile
drivers/gpu/drm/amd/display/dc/dcn201/Makefile
drivers/gpu/drm/amd/display/dc/dcn21/Makefile
drivers/gpu/drm/amd/display/dc/dsc/Makefile

index 901d1961b73927c7662fb1761cbfb36cf2ffaa7c..dfd48701a25bd26196fc41ab94956d239698e5aa 100644 (file)
@@ -1,4 +1,6 @@
 # SPDX-License-Identifier: MIT
+# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
+
 menu "Display Engine Configuration"
        depends on DRM && DRM_AMDGPU
 
index 61bb1d86182e3126e805a218bdfd32e79da6998c..1bfd6f66f03513d98a4b90afb28ac4814a3c5672 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// This is a stripped-down version of the smu11_driver_if.h file for the relevant DAL interfaces.
+/* Copyright © 2022-2024 Advanced Micro Devices, Inc. All rights reserved. */
 
 #define SMU11_DRIVER_IF_VERSION 0x40
 
index d3d5a8caccf8dd388bf0160bff0e1e00d247bbe8..8d54865bbd5df095536195c08accb8ffbc537cdd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: MIT
-// This is a stripped-down version of the smu13_driver_if.h file for the relevant DAL interfaces.
+/* Copyright © 2022-2024 Advanced Micro Devices, Inc. All rights reserved. */
 
 #define SMU13_DRIVER_IF_VERSION  0x18
 
index 6e5b7fcf8dbd174e1743396dc1c93f82578b525a..c78f3b0ff4fbf243a371ea2db8bf0b0002c50761 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: MIT
-#
-# Makefile for DCN.
+# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
 
 DCN20 = dcn20_hubp.o \
                dcn20_mpc.o dcn20_opp.o dcn20_mmhubbub.o \
index c5716ea5886a46cbab323de47466aaba101afaf4..ba688bce4951b9188f8f65b897a0d21b7766a73a 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: MIT
-#
-# Makefile for DCN.
+# Copyright © 2021-2024 Advanced Micro Devices, Inc. All rights reserved.
+
 DCN201 = dcn201_mpc.o dcn201_hubp.o dcn201_opp.o \
        dcn201_dccg.o dcn201_link_encoder.o
 
index b0803403fe23aede43b2eb893b58ea6f15b2e70c..81d565d84ff05b7a27017cdccbb725c74faaae22 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: MIT
-#
-# Makefile for DCN21.
+# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
 
 DCN21 = dcn21_hubp.o \
         dcn21_link_encoder.o dcn21_dccg.o
index 026af72ca2c673d95a1259453330d378340d3848..66ea5f10401915fa083cfe5daff6255783a07fc1 100644 (file)
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: MIT
-#
-# Makefile for the 'dsc' sub-component of DAL.
+# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
 
 ifdef CONFIG_DRM_AMD_DC_FP