linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: sysctl/kernel: document acpi_video_flags
@ 2020-02-21 16:55 Stephen Kitt
  2020-02-24 19:58 ` Stephen Kitt
  2020-02-25 10:27 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Kitt @ 2020-02-21 16:55 UTC (permalink / raw)
  To: Jonathan Corbet, Ingo Molnar, Thomas Gleixner, x86, linux-doc
  Cc: linux-kernel, Stephen Kitt

Based on the implementation in arch/x86/kernel/acpi/sleep.c, in
particular the acpi_sleep_setup() function.

Signed-off-by: Stephen Kitt <steve@sk2.org>
---
 Documentation/admin-guide/sysctl/kernel.rst | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index 534781ba3eac..1c48ab4bfe30 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -54,8 +54,15 @@ free space valid for 30 seconds.
 acpi_video_flags
 ================
 
-See Documentation/kernel/power/video.txt, it allows mode of video boot
-to be set during run time.
+See :doc:`/power/video`. This allows the video resume mode to be set,
+in a similar fashion to the ``acpi_sleep`` kernel parameter, by
+combining the following values:
+
+= =======
+1 s3_bios
+2 s3_mode
+4 s3_beep
+= =======
 
 
 auto_msgmni
-- 
2.20.1


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

* Re: [PATCH] docs: sysctl/kernel: document acpi_video_flags
  2020-02-21 16:55 [PATCH] docs: sysctl/kernel: document acpi_video_flags Stephen Kitt
@ 2020-02-24 19:58 ` Stephen Kitt
  2020-02-25 10:27 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Kitt @ 2020-02-24 19:58 UTC (permalink / raw)
  To: Jonathan Corbet, Ingo Molnar, Thomas Gleixner, x86, linux-doc
  Cc: linux-kernel

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

On Fri, 21 Feb 2020 17:55:02 +0100, Stephen Kitt <steve@sk2.org> wrote:
> Based on the implementation in arch/x86/kernel/acpi/sleep.c, in
> particular the acpi_sleep_setup() function.
> 
> Signed-off-by: Stephen Kitt <steve@sk2.org>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 11 +++++++++--
>  1 file changed, 9 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/kernel.rst
> b/Documentation/admin-guide/sysctl/kernel.rst index
> 534781ba3eac..1c48ab4bfe30 100644 ---
> a/Documentation/admin-guide/sysctl/kernel.rst +++
> b/Documentation/admin-guide/sysctl/kernel.rst @@ -54,8 +54,15 @@ free space
> valid for 30 seconds. acpi_video_flags
>  ================
>  
> -See Documentation/kernel/power/video.txt, it allows mode of video boot
> -to be set during run time.
> +See :doc:`/power/video`. This allows the video resume mode to be set,
> +in a similar fashion to the ``acpi_sleep`` kernel parameter, by
> +combining the following values:
> +
> += =======
> +1 s3_bios
> +2 s3_mode
> +4 s3_beep
> += =======
>  
>  
>  auto_msgmni
> -- 
> 2.20.1
> 

I forgot to include the base commit information; this is against 8f21f54b8a95
in docs-next.

Regards,

Stephen

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

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

* Re: [PATCH] docs: sysctl/kernel: document acpi_video_flags
  2020-02-21 16:55 [PATCH] docs: sysctl/kernel: document acpi_video_flags Stephen Kitt
  2020-02-24 19:58 ` Stephen Kitt
@ 2020-02-25 10:27 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-02-25 10:27 UTC (permalink / raw)
  To: Stephen Kitt; +Cc: Ingo Molnar, Thomas Gleixner, x86, linux-doc, linux-kernel

On Fri, 21 Feb 2020 17:55:02 +0100
Stephen Kitt <steve@sk2.org> wrote:

> Based on the implementation in arch/x86/kernel/acpi/sleep.c, in
> particular the acpi_sleep_setup() function.
> 
> Signed-off-by: Stephen Kitt <steve@sk2.org>
> ---
>  Documentation/admin-guide/sysctl/kernel.rst | 11 +++++++++--
>  1 file changed, 9 insertions(+), 2 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2020-02-25 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 16:55 [PATCH] docs: sysctl/kernel: document acpi_video_flags Stephen Kitt
2020-02-24 19:58 ` Stephen Kitt
2020-02-25 10:27 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).