mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c
@ 2023-09-01  0:52 Yang Li
  2023-09-01  0:52 ` [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c Yang Li
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yang Li @ 2023-09-01  0:52 UTC (permalink / raw)
  To: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, Yang Li

./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c: dcn31/dcn31_dio_link_encoder.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
index 0386b8fb270d..7f059fc2fc75 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
@@ -61,7 +61,6 @@
 #include "dcn32/dcn32_hpo_dp_link_encoder.h"
 #include "link.h"
 #include "dcn31/dcn31_apg.h"
-#include "dcn31/dcn31_dio_link_encoder.h"
 #include "dcn32/dcn32_dio_link_encoder.h"
 #include "dcn31/dcn31_vpg.h"
 #include "dcn31/dcn31_afmt.h"
-- 
2.20.1.7.g153144c


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

* [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c
  2023-09-01  0:52 [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Yang Li
@ 2023-09-01  0:52 ` Yang Li
  2023-09-05 17:33   ` Alex Deucher
  2023-09-01  0:52 ` [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c Yang Li
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Yang Li @ 2023-09-01  0:52 UTC (permalink / raw)
  To: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, Yang Li

./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c: dcn35_optc.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
index d64be1a5071c..2bea1e475096 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
@@ -23,7 +23,6 @@
  */
 
 #include "dcn35_optc.h"
-#include "dcn35_optc.h"
 
 #include "dcn30/dcn30_optc.h"
 #include "dcn31/dcn31_optc.h"
-- 
2.20.1.7.g153144c


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

* [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c
  2023-09-01  0:52 [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Yang Li
  2023-09-01  0:52 ` [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c Yang Li
@ 2023-09-01  0:52 ` Yang Li
  2023-09-05 17:34   ` Alex Deucher
  2023-09-01  0:52 ` [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c Yang Li
  2023-09-05 17:33 ` [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Alex Deucher
  3 siblings, 1 reply; 8+ messages in thread
From: Yang Li @ 2023-09-01  0:52 UTC (permalink / raw)
  To: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, Yang Li

./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c: clk_mgr.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
index cacb557a3014..666e2809d9dc 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
@@ -31,7 +31,6 @@
 #include "clk_mgr.h"
 #include "reg_helper.h"
 #include "abm.h"
-#include "clk_mgr.h"
 #include "hubp.h"
 #include "dchubbub.h"
 #include "timing_generator.h"
-- 
2.20.1.7.g153144c


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

* [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c
  2023-09-01  0:52 [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Yang Li
  2023-09-01  0:52 ` [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c Yang Li
  2023-09-01  0:52 ` [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c Yang Li
@ 2023-09-01  0:52 ` Yang Li
  2023-09-05 17:35   ` Alex Deucher
  2023-09-05 17:33 ` [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Alex Deucher
  3 siblings, 1 reply; 8+ messages in thread
From: Yang Li @ 2023-09-01  0:52 UTC (permalink / raw)
  To: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel
  Cc: amd-gfx, dri-devel, linux-kernel, Yang Li

./drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c: dcn35_clk_mgr.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
index 3b2463c03694..9314e75195cd 100644
--- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
+++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
@@ -46,7 +46,6 @@
 /* TODO: remove this include once we ported over remaining clk mgr functions*/
 #include "dcn30/dcn30_clk_mgr.h"
 #include "dcn31/dcn31_clk_mgr.h"
-#include "dcn35_clk_mgr.h"
 
 #include "dc_dmub_srv.h"
 #include "link.h"
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c
  2023-09-01  0:52 [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Yang Li
                   ` (2 preceding siblings ...)
  2023-09-01  0:52 ` [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c Yang Li
@ 2023-09-05 17:33 ` Alex Deucher
  3 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-09-05 17:33 UTC (permalink / raw)
  To: Yang Li
  Cc: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel, dri-devel, amd-gfx,
	linux-kernel

Applied.  Thanks!

On Thu, Aug 31, 2023 at 8:52 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> ./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c: dcn31/dcn31_dio_link_encoder.h is included more than once.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
> index 0386b8fb270d..7f059fc2fc75 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_resource.c
> @@ -61,7 +61,6 @@
>  #include "dcn32/dcn32_hpo_dp_link_encoder.h"
>  #include "link.h"
>  #include "dcn31/dcn31_apg.h"
> -#include "dcn31/dcn31_dio_link_encoder.h"
>  #include "dcn32/dcn32_dio_link_encoder.h"
>  #include "dcn31/dcn31_vpg.h"
>  #include "dcn31/dcn31_afmt.h"
> --
> 2.20.1.7.g153144c
>

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

* Re: [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c
  2023-09-01  0:52 ` [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c Yang Li
@ 2023-09-05 17:33   ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-09-05 17:33 UTC (permalink / raw)
  To: Yang Li
  Cc: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel, dri-devel, amd-gfx,
	linux-kernel

Applied.  Thanks!

On Thu, Aug 31, 2023 at 8:52 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> ./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c: dcn35_optc.h is included more than once.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
> index d64be1a5071c..2bea1e475096 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c
> @@ -23,7 +23,6 @@
>   */
>
>  #include "dcn35_optc.h"
> -#include "dcn35_optc.h"
>
>  #include "dcn30/dcn30_optc.h"
>  #include "dcn31/dcn31_optc.h"
> --
> 2.20.1.7.g153144c
>

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

* Re: [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c
  2023-09-01  0:52 ` [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c Yang Li
@ 2023-09-05 17:34   ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-09-05 17:34 UTC (permalink / raw)
  To: Yang Li
  Cc: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel, dri-devel, amd-gfx,
	linux-kernel

Applied.  Thanks!

On Thu, Aug 31, 2023 at 8:52 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> ./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c: clk_mgr.h is included more than once.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
> index cacb557a3014..666e2809d9dc 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
> +++ b/drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c
> @@ -31,7 +31,6 @@
>  #include "clk_mgr.h"
>  #include "reg_helper.h"
>  #include "abm.h"
> -#include "clk_mgr.h"
>  #include "hubp.h"
>  #include "dchubbub.h"
>  #include "timing_generator.h"
> --
> 2.20.1.7.g153144c
>

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

* Re: [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c
  2023-09-01  0:52 ` [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c Yang Li
@ 2023-09-05 17:35   ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2023-09-05 17:35 UTC (permalink / raw)
  To: Yang Li
  Cc: alexander.deucher, Rodrigo.Siqueira, harry.wentland,
	christian.koenig, airlied, daniel, dri-devel, amd-gfx,
	linux-kernel

Applied.  Thanks!

On Thu, Aug 31, 2023 at 8:52 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> ./drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c: dcn35_clk_mgr.h is included more than once.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
> index 3b2463c03694..9314e75195cd 100644
> --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
> +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
> @@ -46,7 +46,6 @@
>  /* TODO: remove this include once we ported over remaining clk mgr functions*/
>  #include "dcn30/dcn30_clk_mgr.h"
>  #include "dcn31/dcn31_clk_mgr.h"
> -#include "dcn35_clk_mgr.h"
>
>  #include "dc_dmub_srv.h"
>  #include "link.h"
> --
> 2.20.1.7.g153144c
>

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

end of thread, other threads:[~2023-09-05 18:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01  0:52 [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Yang Li
2023-09-01  0:52 ` [PATCH -next 2/4] drm/amd/display: Remove duplicated include in dcn35_optc.c Yang Li
2023-09-05 17:33   ` Alex Deucher
2023-09-01  0:52 ` [PATCH -next 3/4] drm/amd/display: Remove duplicated include in dcn35_hwseq.c Yang Li
2023-09-05 17:34   ` Alex Deucher
2023-09-01  0:52 ` [PATCH -next 4/4] drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c Yang Li
2023-09-05 17:35   ` Alex Deucher
2023-09-05 17:33 ` [PATCH -next 1/4] drm/amd/display: Remove duplicated include in dcn35_resource.c Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome