Commit f5d75327 authored by Leo Ma's avatar Leo Ma Committed by Alex Deucher

drm/amd/display: Fix invalid Copyright notice

[Why && How]
Copyright notice failed in the Palamida scan and make changes to
align with our guidelines.
Acked-by: default avatarTom Chung <chiahsuan.chung@amd.com>
Signed-off-by: default avatarLeo Ma <hanghong.ma@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8172fa66
# SPDX-License-Identifier: MIT
# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
menu "Display Engine Configuration"
depends on DRM && DRM_AMDGPU
......
// 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
......
// 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
......
# 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 \
......
# 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
......
# 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
......
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment