All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: add missing license to some files
@ 2022-11-21 17:20 Alex Deucher
  2022-11-22  4:28 ` Luben Tuikov
  2022-11-22  7:34 ` Christian König
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Deucher @ 2022-11-21 17:20 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

The driver is MIT, so add the licenses.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2265
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 .../gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h | 1 +
 .../gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h | 1 +
 drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h      | 1 +
 drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h     | 1 +
 drivers/gpu/drm/amd/include/yellow_carp_offset.h                 | 1 +
 5 files changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
index 8ea8ee57b39f..61bb1d86182e 100644
--- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
+++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
 // This is a stripped-down version of the smu11_driver_if.h file for the relevant DAL interfaces.
 
 #define SMU11_DRIVER_IF_VERSION 0x40
diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
index d30fbbdd1792..d3d5a8caccf8 100644
--- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
+++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
 // This is a stripped-down version of the smu13_driver_if.h file for the relevant DAL interfaces.
 
 #define SMU13_DRIVER_IF_VERSION  0x18
diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
index 483769fb1736..537aee0536d3 100644
--- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
+++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
 #ifndef _dcn_3_0_0_OFFSET_HEADER
 #define _dcn_3_0_0_OFFSET_HEADER
 
diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
index b79be3a25a80..f9d90b098519 100644
--- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
+++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
 #ifndef _dcn_3_0_0_SH_MASK_HEADER
 #define _dcn_3_0_0_SH_MASK_HEADER
 
diff --git a/drivers/gpu/drm/amd/include/yellow_carp_offset.h b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
index 28a56b56bcaf..0fea6a746611 100644
--- a/drivers/gpu/drm/amd/include/yellow_carp_offset.h
+++ b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
 #ifndef YELLOW_CARP_OFFSET_H
 #define YELLOW_CARP_OFFSET_H
 
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amdgpu: add missing license to some files
  2022-11-21 17:20 [PATCH] drm/amdgpu: add missing license to some files Alex Deucher
@ 2022-11-22  4:28 ` Luben Tuikov
  2022-11-22  7:34 ` Christian König
  1 sibling, 0 replies; 3+ messages in thread
From: Luben Tuikov @ 2022-11-22  4:28 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx

Acked-by: Luben Tuikov <luben.tuikov@amd.com>

Regards,
Luben

On 2022-11-21 12:20, Alex Deucher wrote:
> The driver is MIT, so add the licenses.
> 
> Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2265
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  .../gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h | 1 +
>  .../gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h | 1 +
>  drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h      | 1 +
>  drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h     | 1 +
>  drivers/gpu/drm/amd/include/yellow_carp_offset.h                 | 1 +
>  5 files changed, 5 insertions(+)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> index 8ea8ee57b39f..61bb1d86182e 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>  // This is a stripped-down version of the smu11_driver_if.h file for the relevant DAL interfaces.
>  
>  #define SMU11_DRIVER_IF_VERSION 0x40
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> index d30fbbdd1792..d3d5a8caccf8 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>  // This is a stripped-down version of the smu13_driver_if.h file for the relevant DAL interfaces.
>  
>  #define SMU13_DRIVER_IF_VERSION  0x18
> diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> index 483769fb1736..537aee0536d3 100644
> --- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> +++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>  #ifndef _dcn_3_0_0_OFFSET_HEADER
>  #define _dcn_3_0_0_OFFSET_HEADER
>  
> diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> index b79be3a25a80..f9d90b098519 100644
> --- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> +++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>  #ifndef _dcn_3_0_0_SH_MASK_HEADER
>  #define _dcn_3_0_0_SH_MASK_HEADER
>  
> diff --git a/drivers/gpu/drm/amd/include/yellow_carp_offset.h b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> index 28a56b56bcaf..0fea6a746611 100644
> --- a/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> +++ b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>  #ifndef YELLOW_CARP_OFFSET_H
>  #define YELLOW_CARP_OFFSET_H
>  

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amdgpu: add missing license to some files
  2022-11-21 17:20 [PATCH] drm/amdgpu: add missing license to some files Alex Deucher
  2022-11-22  4:28 ` Luben Tuikov
@ 2022-11-22  7:34 ` Christian König
  1 sibling, 0 replies; 3+ messages in thread
From: Christian König @ 2022-11-22  7:34 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx

Am 21.11.22 um 18:20 schrieb Alex Deucher:
> The driver is MIT, so add the licenses.
>
> Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2265
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   .../gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h | 1 +
>   .../gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h | 1 +
>   drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h      | 1 +
>   drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h     | 1 +
>   drivers/gpu/drm/amd/include/yellow_carp_offset.h                 | 1 +
>   5 files changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> index 8ea8ee57b39f..61bb1d86182e 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_smu11_driver_if.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>   // This is a stripped-down version of the smu11_driver_if.h file for the relevant DAL interfaces.
>   
>   #define SMU11_DRIVER_IF_VERSION 0x40
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> index d30fbbdd1792..d3d5a8caccf8 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_smu13_driver_if.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>   // This is a stripped-down version of the smu13_driver_if.h file for the relevant DAL interfaces.
>   
>   #define SMU13_DRIVER_IF_VERSION  0x18
> diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> index 483769fb1736..537aee0536d3 100644
> --- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> +++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>   #ifndef _dcn_3_0_0_OFFSET_HEADER
>   #define _dcn_3_0_0_OFFSET_HEADER
>   
> diff --git a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> index b79be3a25a80..f9d90b098519 100644
> --- a/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> +++ b/drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>   #ifndef _dcn_3_0_0_SH_MASK_HEADER
>   #define _dcn_3_0_0_SH_MASK_HEADER
>   
> diff --git a/drivers/gpu/drm/amd/include/yellow_carp_offset.h b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> index 28a56b56bcaf..0fea6a746611 100644
> --- a/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> +++ b/drivers/gpu/drm/amd/include/yellow_carp_offset.h
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: MIT
>   #ifndef YELLOW_CARP_OFFSET_H
>   #define YELLOW_CARP_OFFSET_H
>   


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-22  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 17:20 [PATCH] drm/amdgpu: add missing license to some files Alex Deucher
2022-11-22  4:28 ` Luben Tuikov
2022-11-22  7:34 ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.