All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
@ 2022-06-11 16:55 ` Douglas Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Douglas Anderson @ 2022-06-11 16:55 UTC (permalink / raw)
  To: dri-devel, Stephen Rothwell
  Cc: Douglas Anderson, Daniel Vetter, David Airlie, Dmitry Baryshkov,
	Jani Nikula, Kees Cook, Lyude Paul, Maxime Ripard,
	Thomas Zimmermann, Ville Syrjälä,
	linux-kernel

Two blank lines are needed to make the rst valid.

Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 include/drm/display/drm_dp_helper.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
index dc3c02225fcf..c5f8f45511ed 100644
--- a/include/drm/display/drm_dp_helper.h
+++ b/include/drm/display/drm_dp_helper.h
@@ -372,8 +372,10 @@ struct drm_dp_aux {
 	 * Also note that this callback can be called no matter the
 	 * state @dev is in and also no matter what state the panel is
 	 * in. It's expected:
+	 *
 	 * - If the @dev providing the AUX bus is currently unpowered then
 	 *   it will power itself up for the transfer.
+	 *
 	 * - If we're on eDP (using a drm_panel) and the panel is not in a
 	 *   state where it can respond (it's not powered or it's in a
 	 *   low power state) then this function may return an error, but
-- 
2.36.1.476.g0c4daa206d-goog


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

* [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
@ 2022-06-11 16:55 ` Douglas Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Douglas Anderson @ 2022-06-11 16:55 UTC (permalink / raw)
  To: dri-devel, Stephen Rothwell
  Cc: Kees Cook, David Airlie, Thomas Zimmermann, Douglas Anderson,
	linux-kernel, Jani Nikula, Maxime Ripard, Dmitry Baryshkov

Two blank lines are needed to make the rst valid.

Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 include/drm/display/drm_dp_helper.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
index dc3c02225fcf..c5f8f45511ed 100644
--- a/include/drm/display/drm_dp_helper.h
+++ b/include/drm/display/drm_dp_helper.h
@@ -372,8 +372,10 @@ struct drm_dp_aux {
 	 * Also note that this callback can be called no matter the
 	 * state @dev is in and also no matter what state the panel is
 	 * in. It's expected:
+	 *
 	 * - If the @dev providing the AUX bus is currently unpowered then
 	 *   it will power itself up for the transfer.
+	 *
 	 * - If we're on eDP (using a drm_panel) and the panel is not in a
 	 *   state where it can respond (it's not powered or it's in a
 	 *   low power state) then this function may return an error, but
-- 
2.36.1.476.g0c4daa206d-goog


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

* Re: [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
  2022-06-11 16:55 ` Douglas Anderson
@ 2022-06-11 17:12   ` Sam Ravnborg
  -1 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2022-06-11 17:12 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: dri-devel, Stephen Rothwell, Kees Cook, David Airlie,
	Thomas Zimmermann, linux-kernel, Jani Nikula, Maxime Ripard,
	Dmitry Baryshkov

On Sat, Jun 11, 2022 at 09:55:04AM -0700, Douglas Anderson wrote:
> Two blank lines are needed to make the rst valid.
> 
> Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
> ---
> 
>  include/drm/display/drm_dp_helper.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
> index dc3c02225fcf..c5f8f45511ed 100644
> --- a/include/drm/display/drm_dp_helper.h
> +++ b/include/drm/display/drm_dp_helper.h
> @@ -372,8 +372,10 @@ struct drm_dp_aux {
>  	 * Also note that this callback can be called no matter the
>  	 * state @dev is in and also no matter what state the panel is
>  	 * in. It's expected:
> +	 *
>  	 * - If the @dev providing the AUX bus is currently unpowered then
>  	 *   it will power itself up for the transfer.
> +	 *
>  	 * - If we're on eDP (using a drm_panel) and the panel is not in a
>  	 *   state where it can respond (it's not powered or it's in a
>  	 *   low power state) then this function may return an error, but
> -- 
> 2.36.1.476.g0c4daa206d-goog

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

* Re: [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
@ 2022-06-11 17:12   ` Sam Ravnborg
  0 siblings, 0 replies; 6+ messages in thread
From: Sam Ravnborg @ 2022-06-11 17:12 UTC (permalink / raw)
  To: Douglas Anderson
  Cc: Stephen Rothwell, Kees Cook, David Airlie, linux-kernel,
	dri-devel, Jani Nikula, Maxime Ripard, Thomas Zimmermann,
	Dmitry Baryshkov

On Sat, Jun 11, 2022 at 09:55:04AM -0700, Douglas Anderson wrote:
> Two blank lines are needed to make the rst valid.
> 
> Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
> ---
> 
>  include/drm/display/drm_dp_helper.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/drm/display/drm_dp_helper.h b/include/drm/display/drm_dp_helper.h
> index dc3c02225fcf..c5f8f45511ed 100644
> --- a/include/drm/display/drm_dp_helper.h
> +++ b/include/drm/display/drm_dp_helper.h
> @@ -372,8 +372,10 @@ struct drm_dp_aux {
>  	 * Also note that this callback can be called no matter the
>  	 * state @dev is in and also no matter what state the panel is
>  	 * in. It's expected:
> +	 *
>  	 * - If the @dev providing the AUX bus is currently unpowered then
>  	 *   it will power itself up for the transfer.
> +	 *
>  	 * - If we're on eDP (using a drm_panel) and the panel is not in a
>  	 *   state where it can respond (it's not powered or it's in a
>  	 *   low power state) then this function may return an error, but
> -- 
> 2.36.1.476.g0c4daa206d-goog

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

* Re: [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
  2022-06-11 16:55 ` Douglas Anderson
@ 2022-06-11 21:54   ` Doug Anderson
  -1 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-06-11 21:54 UTC (permalink / raw)
  To: dri-devel, Stephen Rothwell
  Cc: Daniel Vetter, David Airlie, Dmitry Baryshkov, Jani Nikula,
	Kees Cook, Lyude Paul, Maxime Ripard, Thomas Zimmermann,
	Ville Syrjälä,
	LKML

Hi,

On Sat, Jun 11, 2022 at 9:55 AM Douglas Anderson <dianders@chromium.org> wrote:
>
> Two blank lines are needed to make the rst valid.
>
> Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  include/drm/display/drm_dp_helper.h | 2 ++
>  1 file changed, 2 insertions(+)

Pushed with Sam's Ack.

7d188c521d9e drm: Fix htmldocs indentation warning w/ DP AUX power requirements

-Doug

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

* Re: [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements
@ 2022-06-11 21:54   ` Doug Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Doug Anderson @ 2022-06-11 21:54 UTC (permalink / raw)
  To: dri-devel, Stephen Rothwell
  Cc: Kees Cook, David Airlie, Thomas Zimmermann, LKML, Jani Nikula,
	Maxime Ripard, Dmitry Baryshkov

Hi,

On Sat, Jun 11, 2022 at 9:55 AM Douglas Anderson <dianders@chromium.org> wrote:
>
> Two blank lines are needed to make the rst valid.
>
> Fixes: 69ef4a192bba ("drm: Document the power requirements for DP AUX transfers")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
>
>  include/drm/display/drm_dp_helper.h | 2 ++
>  1 file changed, 2 insertions(+)

Pushed with Sam's Ack.

7d188c521d9e drm: Fix htmldocs indentation warning w/ DP AUX power requirements

-Doug

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

end of thread, other threads:[~2022-06-11 21:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11 16:55 [PATCH] drm: Fix htmldocs indentation warning w/ DP AUX power requirements Douglas Anderson
2022-06-11 16:55 ` Douglas Anderson
2022-06-11 17:12 ` Sam Ravnborg
2022-06-11 17:12   ` Sam Ravnborg
2022-06-11 21:54 ` Doug Anderson
2022-06-11 21:54   ` Doug Anderson

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.