All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-08  3:01 ` Wan Jiabing
  0 siblings, 0 replies; 8+ messages in thread
From: Wan Jiabing @ 2021-06-08  3:01 UTC (permalink / raw)
  To: Harry Wentland, Leo Li, Alex Deucher, Christian König, Pan,
	Xinhui, David Airlie, Daniel Vetter, Rodrigo Siqueira,
	Nicholas Kazlauskas, Qingqing Zhuo, Tony Cheng, Lee Jones,
	Michael Strauss, Jake Wang, Chris Park, Yao Wang1, Ashley Thomas,
	Jun Lei, Hugo Hu, Alvin Lee, amd-gfx, dri-devel, linux-kernel
  Cc: Wan Jiabing

Fix the following checkincludes.pl warning:
./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
35      #include "dce110_hw_sequencer.h"
    69  #include "dce110_hw_sequencer.h"


Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index a08cd52f6ba8..e20d4def3eb9 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -66,7 +66,6 @@
 
 #include "atomfirmware.h"
 
-#include "dce110_hw_sequencer.h"
 #include "dcn10/dcn10_hw_sequencer.h"
 
 #define GAMMA_HW_POINTS_NUM 256
-- 
2.20.1


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

* [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-08  3:01 ` Wan Jiabing
  0 siblings, 0 replies; 8+ messages in thread
From: Wan Jiabing @ 2021-06-08  3:01 UTC (permalink / raw)
  To: Harry Wentland, Leo Li, Alex Deucher, Christian König, Pan,
	Xinhui, David Airlie, Daniel Vetter, Rodrigo Siqueira,
	Nicholas Kazlauskas, Qingqing Zhuo, Tony Cheng, Lee Jones,
	Michael Strauss, Jake Wang, Chris Park, Yao Wang1, Ashley Thomas,
	Jun Lei, Hugo Hu, Alvin Lee, amd-gfx, dri-devel, linux-kernel
  Cc: Wan Jiabing

Fix the following checkincludes.pl warning:
./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
35      #include "dce110_hw_sequencer.h"
    69  #include "dce110_hw_sequencer.h"


Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index a08cd52f6ba8..e20d4def3eb9 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -66,7 +66,6 @@
 
 #include "atomfirmware.h"
 
-#include "dce110_hw_sequencer.h"
 #include "dcn10/dcn10_hw_sequencer.h"
 
 #define GAMMA_HW_POINTS_NUM 256
-- 
2.20.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
  2021-06-08  3:01 ` Wan Jiabing
  (?)
@ 2021-06-09 18:43   ` Rodrigo Siqueira
  -1 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Siqueira @ 2021-06-09 18:43 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Harry Wentland, Leo Li, Alex Deucher, Christian König, Pan,
	Xinhui, David Airlie, Daniel Vetter, Nicholas Kazlauskas,
	Qingqing Zhuo, Tony Cheng, Lee Jones, Michael Strauss, Jake Wang,
	Chris Park, Yao Wang1, Ashley Thomas, Jun Lei, Hugo Hu,
	Alvin Lee, amd-gfx, dri-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

On 06/08, Wan Jiabing wrote:
> Fix the following checkincludes.pl warning:
> ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> 35      #include "dce110_hw_sequencer.h"
>     69  #include "dce110_hw_sequencer.h"
> 
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> index a08cd52f6ba8..e20d4def3eb9 100644
> --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> @@ -66,7 +66,6 @@
>  
>  #include "atomfirmware.h"
>  
> -#include "dce110_hw_sequencer.h"
>  #include "dcn10/dcn10_hw_sequencer.h"
>  
>  #define GAMMA_HW_POINTS_NUM 256
> -- 
> 2.20.1
>

lgtm,

Thanks

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> 

-- 
Rodrigo Siqueira
https://siqueira.tech

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-09 18:43   ` Rodrigo Siqueira
  0 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Siqueira @ 2021-06-09 18:43 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Ashley Thomas, Jake Wang, David Airlie, dri-devel, Jun Lei,
	Lee Jones, Hugo Hu, amd-gfx, Yao Wang1, Michael Strauss,
	Alvin Lee, Leo Li, Tony Cheng, Chris Park, Qingqing Zhuo, Pan,
	Xinhui, linux-kernel, Christian König, Alex Deucher,
	Nicholas Kazlauskas

[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]

On 06/08, Wan Jiabing wrote:
> Fix the following checkincludes.pl warning:
> ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> 35      #include "dce110_hw_sequencer.h"
>     69  #include "dce110_hw_sequencer.h"
> 
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> index a08cd52f6ba8..e20d4def3eb9 100644
> --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> @@ -66,7 +66,6 @@
>  
>  #include "atomfirmware.h"
>  
> -#include "dce110_hw_sequencer.h"
>  #include "dcn10/dcn10_hw_sequencer.h"
>  
>  #define GAMMA_HW_POINTS_NUM 256
> -- 
> 2.20.1
>

lgtm,

Thanks

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> 

-- 
Rodrigo Siqueira
https://siqueira.tech

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-09 18:43   ` Rodrigo Siqueira
  0 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Siqueira @ 2021-06-09 18:43 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Ashley Thomas, Jake Wang, David Airlie, dri-devel, Jun Lei,
	Lee Jones, Hugo Hu, amd-gfx, Yao Wang1, Michael Strauss,
	Alvin Lee, Harry Wentland, Leo Li, Tony Cheng, Chris Park,
	Qingqing Zhuo, Pan, Xinhui, linux-kernel, Christian König,
	Daniel Vetter, Alex Deucher, Nicholas Kazlauskas


[-- Attachment #1.1: Type: text/plain, Size: 1053 bytes --]

On 06/08, Wan Jiabing wrote:
> Fix the following checkincludes.pl warning:
> ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> 35      #include "dce110_hw_sequencer.h"
>     69  #include "dce110_hw_sequencer.h"
> 
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> index a08cd52f6ba8..e20d4def3eb9 100644
> --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> @@ -66,7 +66,6 @@
>  
>  #include "atomfirmware.h"
>  
> -#include "dce110_hw_sequencer.h"
>  #include "dcn10/dcn10_hw_sequencer.h"
>  
>  #define GAMMA_HW_POINTS_NUM 256
> -- 
> 2.20.1
>

lgtm,

Thanks

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> 

-- 
Rodrigo Siqueira
https://siqueira.tech

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
  2021-06-09 18:43   ` Rodrigo Siqueira
  (?)
@ 2021-06-09 21:14     ` Alex Deucher
  -1 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2021-06-09 21:14 UTC (permalink / raw)
  To: Rodrigo Siqueira
  Cc: Wan Jiabing, Ashley Thomas, Jake Wang, David Airlie,
	Maling list - DRI developers, Jun Lei, Lee Jones, Hugo Hu,
	amd-gfx list, Yao Wang1, Michael Strauss, Alvin Lee,
	Harry Wentland, Leo Li, Tony Cheng, Chris Park, Qingqing Zhuo,
	Pan, Xinhui, LKML, Christian König, Daniel Vetter,
	Alex Deucher, Nicholas Kazlauskas

Applied.  Thanks!

On Wed, Jun 9, 2021 at 2:43 PM Rodrigo Siqueira
<Rodrigo.Siqueira@amd.com> wrote:
>
> On 06/08, Wan Jiabing wrote:
> > Fix the following checkincludes.pl warning:
> > ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > 35      #include "dce110_hw_sequencer.h"
> >     69  #include "dce110_hw_sequencer.h"
> >
> >
> > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> > ---
> >  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > index a08cd52f6ba8..e20d4def3eb9 100644
> > --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > @@ -66,7 +66,6 @@
> >
> >  #include "atomfirmware.h"
> >
> > -#include "dce110_hw_sequencer.h"
> >  #include "dcn10/dcn10_hw_sequencer.h"
> >
> >  #define GAMMA_HW_POINTS_NUM 256
> > --
> > 2.20.1
> >
>
> lgtm,
>
> Thanks
>
> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
>
> --
> Rodrigo Siqueira
> https://siqueira.tech
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-09 21:14     ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2021-06-09 21:14 UTC (permalink / raw)
  To: Rodrigo Siqueira
  Cc: Ashley Thomas, Jake Wang, David Airlie,
	Maling list - DRI developers, Jun Lei, Lee Jones, Wan Jiabing,
	amd-gfx list, Yao Wang1, Michael Strauss, Alvin Lee,
	Qingqing Zhuo, Leo Li, Tony Cheng, Chris Park, Hugo Hu, Pan,
	Xinhui, LKML, Nicholas Kazlauskas, Alex Deucher,
	Christian König

Applied.  Thanks!

On Wed, Jun 9, 2021 at 2:43 PM Rodrigo Siqueira
<Rodrigo.Siqueira@amd.com> wrote:
>
> On 06/08, Wan Jiabing wrote:
> > Fix the following checkincludes.pl warning:
> > ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > 35      #include "dce110_hw_sequencer.h"
> >     69  #include "dce110_hw_sequencer.h"
> >
> >
> > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> > ---
> >  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > index a08cd52f6ba8..e20d4def3eb9 100644
> > --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > @@ -66,7 +66,6 @@
> >
> >  #include "atomfirmware.h"
> >
> > -#include "dce110_hw_sequencer.h"
> >  #include "dcn10/dcn10_hw_sequencer.h"
> >
> >  #define GAMMA_HW_POINTS_NUM 256
> > --
> > 2.20.1
> >
>
> lgtm,
>
> Thanks
>
> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
>
> --
> Rodrigo Siqueira
> https://siqueira.tech
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm: display: Remove duplicate include in dce110
@ 2021-06-09 21:14     ` Alex Deucher
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Deucher @ 2021-06-09 21:14 UTC (permalink / raw)
  To: Rodrigo Siqueira
  Cc: Ashley Thomas, Jake Wang, David Airlie,
	Maling list - DRI developers, Jun Lei, Lee Jones, Wan Jiabing,
	amd-gfx list, Yao Wang1, Michael Strauss, Alvin Lee,
	Qingqing Zhuo, Harry Wentland, Leo Li, Tony Cheng, Chris Park,
	Hugo Hu, Pan, Xinhui, LKML, Nicholas Kazlauskas, Daniel Vetter,
	Alex Deucher, Christian König

Applied.  Thanks!

On Wed, Jun 9, 2021 at 2:43 PM Rodrigo Siqueira
<Rodrigo.Siqueira@amd.com> wrote:
>
> On 06/08, Wan Jiabing wrote:
> > Fix the following checkincludes.pl warning:
> > ./drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > 35      #include "dce110_hw_sequencer.h"
> >     69  #include "dce110_hw_sequencer.h"
> >
> >
> > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> > ---
> >  drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > index a08cd52f6ba8..e20d4def3eb9 100644
> > --- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > +++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
> > @@ -66,7 +66,6 @@
> >
> >  #include "atomfirmware.h"
> >
> > -#include "dce110_hw_sequencer.h"
> >  #include "dcn10/dcn10_hw_sequencer.h"
> >
> >  #define GAMMA_HW_POINTS_NUM 256
> > --
> > 2.20.1
> >
>
> lgtm,
>
> Thanks
>
> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
>
> --
> Rodrigo Siqueira
> https://siqueira.tech
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2021-06-09 21:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  3:01 [PATCH] drm: display: Remove duplicate include in dce110 Wan Jiabing
2021-06-08  3:01 ` Wan Jiabing
2021-06-09 18:43 ` Rodrigo Siqueira
2021-06-09 18:43   ` Rodrigo Siqueira
2021-06-09 18:43   ` Rodrigo Siqueira
2021-06-09 21:14   ` Alex Deucher
2021-06-09 21:14     ` Alex Deucher
2021-06-09 21:14     ` Alex Deucher

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.