diff options
| author | Mario Limonciello <mario.limonciello@amd.com> | 2025-06-27 16:58:26 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-07-28 16:40:30 -0400 |
| commit | 2efe08a1a98bc797f12242beab9a3e3cc351d0b3 (patch) | |
| tree | ee5e33cd282c4102c48daab6a7e830d572d1ddb8 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
| parent | b86cba11889ec4b784bfffc0a9424e1aa5eea56b (diff) | |
drm/amd/display: Add missing SPDX license identifier
[Why]
All files should be properly classified.
[How]
Add missing SPDX-License-Identifier.
Reviewed-by: Sun peng (Leo) Li <sunpeng.li@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index b937da0a4e4a..67c3a7a967f2 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: MIT */ /* * Copyright (C) 2015-2020 Advanced Micro Devices, Inc. All rights reserved. * |