All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-07 14:37 ` Carlos Bilbao
  0 siblings, 0 replies; 9+ messages in thread
From: Carlos Bilbao @ 2022-11-07 14:37 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, Rodrigo.Siqueira
  Cc: alexander.deucher, christian.koenig, Xinhui.Pan, airlied, daniel,
	aric.cyr, jun.lei, amd-gfx, dri-devel, linux-kernel, bilbao,
	Carlos Bilbao

Correct descriptions of two last fields of enum pipe_split_policy, updating
comments with proper field names.

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index bfc5474c0f4c..277631a899d8 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -457,15 +457,16 @@ enum pipe_split_policy {
 	MPC_SPLIT_DYNAMIC = 0,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
+	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
 	 * try any sort of split optimization.
 	 */
 	MPC_SPLIT_AVOID = 1,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
-	 * the pipe utilization when using a single display; if the user
-	 * connects to a second display, DC will avoid pipe split.
+	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
+	 * to optimize the pipe utilization when using a single display;
+	 * if the user connects to a second display, DC will avoid pipe
+	 * split.
 	 */
 	MPC_SPLIT_AVOID_MULT_DISP = 2,
 };
-- 
2.34.1


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

* [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-07 14:37 ` Carlos Bilbao
  0 siblings, 0 replies; 9+ messages in thread
From: Carlos Bilbao @ 2022-11-07 14:37 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, Rodrigo.Siqueira
  Cc: Xinhui.Pan, linux-kernel, amd-gfx, Carlos Bilbao, dri-devel,
	alexander.deucher, jun.lei, christian.koenig, bilbao

Correct descriptions of two last fields of enum pipe_split_policy, updating
comments with proper field names.

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index bfc5474c0f4c..277631a899d8 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -457,15 +457,16 @@ enum pipe_split_policy {
 	MPC_SPLIT_DYNAMIC = 0,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
+	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
 	 * try any sort of split optimization.
 	 */
 	MPC_SPLIT_AVOID = 1,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
-	 * the pipe utilization when using a single display; if the user
-	 * connects to a second display, DC will avoid pipe split.
+	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
+	 * to optimize the pipe utilization when using a single display;
+	 * if the user connects to a second display, DC will avoid pipe
+	 * split.
 	 */
 	MPC_SPLIT_AVOID_MULT_DISP = 2,
 };
-- 
2.34.1


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

* [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-07 14:37 ` Carlos Bilbao
  0 siblings, 0 replies; 9+ messages in thread
From: Carlos Bilbao @ 2022-11-07 14:37 UTC (permalink / raw)
  To: harry.wentland, sunpeng.li, Rodrigo.Siqueira
  Cc: aric.cyr, Xinhui.Pan, linux-kernel, amd-gfx, Carlos Bilbao,
	dri-devel, daniel, alexander.deucher, jun.lei, airlied,
	christian.koenig, bilbao

Correct descriptions of two last fields of enum pipe_split_policy, updating
comments with proper field names.

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index bfc5474c0f4c..277631a899d8 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -457,15 +457,16 @@ enum pipe_split_policy {
 	MPC_SPLIT_DYNAMIC = 0,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
+	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
 	 * try any sort of split optimization.
 	 */
 	MPC_SPLIT_AVOID = 1,
 
 	/**
-	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
-	 * the pipe utilization when using a single display; if the user
-	 * connects to a second display, DC will avoid pipe split.
+	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
+	 * to optimize the pipe utilization when using a single display;
+	 * if the user connects to a second display, DC will avoid pipe
+	 * split.
 	 */
 	MPC_SPLIT_AVOID_MULT_DISP = 2,
 };
-- 
2.34.1


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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
  2022-11-07 14:37 ` Carlos Bilbao
  (?)
@ 2022-11-08 16:24   ` Alex Deucher
  -1 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2022-11-08 16:24 UTC (permalink / raw)
  To: Carlos Bilbao
  Cc: harry.wentland, sunpeng.li, Rodrigo.Siqueira, Xinhui.Pan,
	linux-kernel, amd-gfx, dri-devel, alexander.deucher, jun.lei,
	christian.koenig, bilbao

On Mon, Nov 7, 2022 at 9:37 AM Carlos Bilbao <carlos.bilbao@amd.com> wrote:
>
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>         MPC_SPLIT_DYNAMIC = 0,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +        * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>          * try any sort of split optimization.
>          */
>         MPC_SPLIT_AVOID = 1,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -        * the pipe utilization when using a single display; if the user
> -        * connects to a second display, DC will avoid pipe split.
> +        * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +        * to optimize the pipe utilization when using a single display;
> +        * if the user connects to a second display, DC will avoid pipe
> +        * split.
>          */
>         MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };
> --
> 2.34.1
>

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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-08 16:24   ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2022-11-08 16:24 UTC (permalink / raw)
  To: Carlos Bilbao
  Cc: sunpeng.li, Xinhui.Pan, Rodrigo.Siqueira, linux-kernel, amd-gfx,
	dri-devel, alexander.deucher, jun.lei, christian.koenig, bilbao

On Mon, Nov 7, 2022 at 9:37 AM Carlos Bilbao <carlos.bilbao@amd.com> wrote:
>
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>         MPC_SPLIT_DYNAMIC = 0,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +        * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>          * try any sort of split optimization.
>          */
>         MPC_SPLIT_AVOID = 1,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -        * the pipe utilization when using a single display; if the user
> -        * connects to a second display, DC will avoid pipe split.
> +        * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +        * to optimize the pipe utilization when using a single display;
> +        * if the user connects to a second display, DC will avoid pipe
> +        * split.
>          */
>         MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };
> --
> 2.34.1
>

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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-08 16:24   ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2022-11-08 16:24 UTC (permalink / raw)
  To: Carlos Bilbao
  Cc: sunpeng.li, Xinhui.Pan, Rodrigo.Siqueira, linux-kernel, amd-gfx,
	dri-devel, alexander.deucher, jun.lei, harry.wentland,
	christian.koenig, bilbao

On Mon, Nov 7, 2022 at 9:37 AM Carlos Bilbao <carlos.bilbao@amd.com> wrote:
>
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
>
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>         MPC_SPLIT_DYNAMIC = 0,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +        * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>          * try any sort of split optimization.
>          */
>         MPC_SPLIT_AVOID = 1,
>
>         /**
> -        * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -        * the pipe utilization when using a single display; if the user
> -        * connects to a second display, DC will avoid pipe split.
> +        * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +        * to optimize the pipe utilization when using a single display;
> +        * if the user connects to a second display, DC will avoid pipe
> +        * split.
>          */
>         MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };
> --
> 2.34.1
>

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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
  2022-11-07 14:37 ` Carlos Bilbao
  (?)
@ 2022-11-08 19:45   ` Harry Wentland
  -1 siblings, 0 replies; 9+ messages in thread
From: Harry Wentland @ 2022-11-08 19:45 UTC (permalink / raw)
  To: Carlos Bilbao, sunpeng.li, Rodrigo.Siqueira
  Cc: aric.cyr, Xinhui.Pan, linux-kernel, amd-gfx, dri-devel, daniel,
	alexander.deucher, jun.lei, airlied, christian.koenig, bilbao

On 11/7/22 09:37, Carlos Bilbao wrote:
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
> 
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

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

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>  	MPC_SPLIT_DYNAMIC = 0,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>  	 * try any sort of split optimization.
>  	 */
>  	MPC_SPLIT_AVOID = 1,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -	 * the pipe utilization when using a single display; if the user
> -	 * connects to a second display, DC will avoid pipe split.
> +	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +	 * to optimize the pipe utilization when using a single display;
> +	 * if the user connects to a second display, DC will avoid pipe
> +	 * split.
>  	 */
>  	MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };


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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-08 19:45   ` Harry Wentland
  0 siblings, 0 replies; 9+ messages in thread
From: Harry Wentland @ 2022-11-08 19:45 UTC (permalink / raw)
  To: Carlos Bilbao, sunpeng.li, Rodrigo.Siqueira
  Cc: Xinhui.Pan, linux-kernel, dri-devel, amd-gfx, alexander.deucher,
	jun.lei, christian.koenig, bilbao

On 11/7/22 09:37, Carlos Bilbao wrote:
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
> 
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

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

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>  	MPC_SPLIT_DYNAMIC = 0,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>  	 * try any sort of split optimization.
>  	 */
>  	MPC_SPLIT_AVOID = 1,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -	 * the pipe utilization when using a single display; if the user
> -	 * connects to a second display, DC will avoid pipe split.
> +	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +	 * to optimize the pipe utilization when using a single display;
> +	 * if the user connects to a second display, DC will avoid pipe
> +	 * split.
>  	 */
>  	MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };


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

* Re: [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy
@ 2022-11-08 19:45   ` Harry Wentland
  0 siblings, 0 replies; 9+ messages in thread
From: Harry Wentland @ 2022-11-08 19:45 UTC (permalink / raw)
  To: Carlos Bilbao, sunpeng.li, Rodrigo.Siqueira
  Cc: aric.cyr, Xinhui.Pan, linux-kernel, dri-devel, amd-gfx, daniel,
	alexander.deucher, jun.lei, airlied, christian.koenig, bilbao

On 11/7/22 09:37, Carlos Bilbao wrote:
> Correct descriptions of two last fields of enum pipe_split_policy, updating
> comments with proper field names.
> 
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>

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

Harry

> ---
>  drivers/gpu/drm/amd/display/dc/dc.h | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
> index bfc5474c0f4c..277631a899d8 100644
> --- a/drivers/gpu/drm/amd/display/dc/dc.h
> +++ b/drivers/gpu/drm/amd/display/dc/dc.h
> @@ -457,15 +457,16 @@ enum pipe_split_policy {
>  	MPC_SPLIT_DYNAMIC = 0,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: Avoid pipe split, which means that DC will not
> +	 * @MPC_SPLIT_AVOID: Avoid pipe split, which means that DC will not
>  	 * try any sort of split optimization.
>  	 */
>  	MPC_SPLIT_AVOID = 1,
>  
>  	/**
> -	 * @MPC_SPLIT_DYNAMIC: With this option, DC will only try to optimize
> -	 * the pipe utilization when using a single display; if the user
> -	 * connects to a second display, DC will avoid pipe split.
> +	 * @MPC_SPLIT_AVOID_MULT_DISP: With this option, DC will only try
> +	 * to optimize the pipe utilization when using a single display;
> +	 * if the user connects to a second display, DC will avoid pipe
> +	 * split.
>  	 */
>  	MPC_SPLIT_AVOID_MULT_DISP = 2,
>  };


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

end of thread, other threads:[~2022-11-08 19:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 14:37 [PATCH] drm/amd/display: Amend descriptions within enum pipe_split_policy Carlos Bilbao
2022-11-07 14:37 ` Carlos Bilbao
2022-11-07 14:37 ` Carlos Bilbao
2022-11-08 16:24 ` Alex Deucher
2022-11-08 16:24   ` Alex Deucher
2022-11-08 16:24   ` Alex Deucher
2022-11-08 19:45 ` Harry Wentland
2022-11-08 19:45   ` Harry Wentland
2022-11-08 19:45   ` Harry Wentland

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.