Skip to content

Commit e93e075

Browse files
committed
drm/amdgpu: add missing license to some files
The driver is MIT, so add the licenses. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2265 Acked-by: Luben Tuikov <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 244b8ed commit e93e075

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
// This is a stripped-down version of the smu11_driver_if.h file for the relevant DAL interfaces.
23

34
#define SMU11_DRIVER_IF_VERSION 0x40

drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
// This is a stripped-down version of the smu13_driver_if.h file for the relevant DAL interfaces.
23

34
#define SMU13_DRIVER_IF_VERSION 0x18

drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
#ifndef _dcn_3_0_0_OFFSET_HEADER
23
#define _dcn_3_0_0_OFFSET_HEADER
34

drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
#ifndef _dcn_3_0_0_SH_MASK_HEADER
23
#define _dcn_3_0_0_SH_MASK_HEADER
34

drivers/gpu/drm/amd/include/yellow_carp_offset.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
#ifndef YELLOW_CARP_OFFSET_H
23
#define YELLOW_CARP_OFFSET_H
34

0 commit comments

Comments
 (0)