All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
@ 2021-06-18  1:23 ` Shaokun Zhang
  0 siblings, 0 replies; 6+ messages in thread
From: Shaokun Zhang @ 2021-06-18  1:23 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Shaokun Zhang, Leo Li, Alex Deucher

Function 'dpp1_full_bypass' is declared twice, so remove the repeated
declaration and unnessary blank line.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
index 9a1f40eb5c47..71b3a6949001 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
@@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
 		enum dc_color_space input_color_space,
 		struct cnv_alpha_2bit_lut *alpha_2bit_lut);
 
-void dpp1_full_bypass(struct dpp *dpp_base);
-
 void dpp1_dppclk_control(
 		struct dpp *dpp_base,
 		bool dppclk_div,
-- 
2.7.4


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

* [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
@ 2021-06-18  1:23 ` Shaokun Zhang
  0 siblings, 0 replies; 6+ messages in thread
From: Shaokun Zhang @ 2021-06-18  1:23 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Shaokun Zhang, Leo Li, Alex Deucher, Harry Wentland

Function 'dpp1_full_bypass' is declared twice, so remove the repeated
declaration and unnessary blank line.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
index 9a1f40eb5c47..71b3a6949001 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
@@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
 		enum dc_color_space input_color_space,
 		struct cnv_alpha_2bit_lut *alpha_2bit_lut);
 
-void dpp1_full_bypass(struct dpp *dpp_base);
-
 void dpp1_dppclk_control(
 		struct dpp *dpp_base,
 		bool dppclk_div,
-- 
2.7.4

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

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

* Re: [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
  2021-06-18  1:23 ` Shaokun Zhang
@ 2021-06-18 13:48   ` Harry Wentland
  -1 siblings, 0 replies; 6+ messages in thread
From: Harry Wentland @ 2021-06-18 13:48 UTC (permalink / raw)
  To: Shaokun Zhang, amd-gfx, dri-devel; +Cc: Leo Li, Alex Deucher



On 2021-06-17 9:23 p.m., Shaokun Zhang wrote:
> Function 'dpp1_full_bypass' is declared twice, so remove the repeated
> declaration and unnessary blank line.
> 
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Leo Li <sunpeng.li@amd.com>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> index 9a1f40eb5c47..71b3a6949001 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> @@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
>  		enum dc_color_space input_color_space,
>  		struct cnv_alpha_2bit_lut *alpha_2bit_lut);
>  
> -void dpp1_full_bypass(struct dpp *dpp_base);
> -
>  void dpp1_dppclk_control(
>  		struct dpp *dpp_base,
>  		bool dppclk_div,
> 


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

* Re: [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
@ 2021-06-18 13:48   ` Harry Wentland
  0 siblings, 0 replies; 6+ messages in thread
From: Harry Wentland @ 2021-06-18 13:48 UTC (permalink / raw)
  To: Shaokun Zhang, amd-gfx, dri-devel; +Cc: Leo Li, Alex Deucher



On 2021-06-17 9:23 p.m., Shaokun Zhang wrote:
> Function 'dpp1_full_bypass' is declared twice, so remove the repeated
> declaration and unnessary blank line.
> 
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Leo Li <sunpeng.li@amd.com>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> index 9a1f40eb5c47..71b3a6949001 100644
> --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> @@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
>  		enum dc_color_space input_color_space,
>  		struct cnv_alpha_2bit_lut *alpha_2bit_lut);
>  
> -void dpp1_full_bypass(struct dpp *dpp_base);
> -
>  void dpp1_dppclk_control(
>  		struct dpp *dpp_base,
>  		bool dppclk_div,
> 

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

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

* Re: [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
  2021-06-18 13:48   ` Harry Wentland
@ 2021-06-18 20:37     ` Alex Deucher
  -1 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2021-06-18 20:37 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Shaokun Zhang, Leo Li, Alex Deucher,
	Maling list - DRI developers, amd-gfx list

Applied.  Thanks!

On Fri, Jun 18, 2021 at 9:48 AM Harry Wentland <harry.wentland@amd.com> wrote:
>
>
>
> On 2021-06-17 9:23 p.m., Shaokun Zhang wrote:
> > Function 'dpp1_full_bypass' is declared twice, so remove the repeated
> > declaration and unnessary blank line.
> >
> > Cc: Harry Wentland <harry.wentland@amd.com>
> > Cc: Leo Li <sunpeng.li@amd.com>
> > Cc: Alex Deucher <alexander.deucher@amd.com>
> > Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>
>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > index 9a1f40eb5c47..71b3a6949001 100644
> > --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > @@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
> >               enum dc_color_space input_color_space,
> >               struct cnv_alpha_2bit_lut *alpha_2bit_lut);
> >
> > -void dpp1_full_bypass(struct dpp *dpp_base);
> > -
> >  void dpp1_dppclk_control(
> >               struct dpp *dpp_base,
> >               bool dppclk_div,
> >
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration
@ 2021-06-18 20:37     ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2021-06-18 20:37 UTC (permalink / raw)
  To: Harry Wentland
  Cc: Shaokun Zhang, Leo Li, Alex Deucher,
	Maling list - DRI developers, amd-gfx list

Applied.  Thanks!

On Fri, Jun 18, 2021 at 9:48 AM Harry Wentland <harry.wentland@amd.com> wrote:
>
>
>
> On 2021-06-17 9:23 p.m., Shaokun Zhang wrote:
> > Function 'dpp1_full_bypass' is declared twice, so remove the repeated
> > declaration and unnessary blank line.
> >
> > Cc: Harry Wentland <harry.wentland@amd.com>
> > Cc: Leo Li <sunpeng.li@amd.com>
> > Cc: Alex Deucher <alexander.deucher@amd.com>
> > Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
>
> Reviewed-by: Harry Wentland <harry.wentland@amd.com>
>
> Harry
>
> > ---
> >  drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > index 9a1f40eb5c47..71b3a6949001 100644
> > --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
> > @@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
> >               enum dc_color_space input_color_space,
> >               struct cnv_alpha_2bit_lut *alpha_2bit_lut);
> >
> > -void dpp1_full_bypass(struct dpp *dpp_base);
> > -
> >  void dpp1_dppclk_control(
> >               struct dpp *dpp_base,
> >               bool dppclk_div,
> >
>
> _______________________________________________
> 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] 6+ messages in thread

end of thread, other threads:[~2021-06-18 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18  1:23 [PATCH] drm/amd/display: Remove the repeated dpp1_full_bypass declaration Shaokun Zhang
2021-06-18  1:23 ` Shaokun Zhang
2021-06-18 13:48 ` Harry Wentland
2021-06-18 13:48   ` Harry Wentland
2021-06-18 20:37   ` Alex Deucher
2021-06-18 20:37     ` 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.