From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: "Kacper Piwiński" <cosiekvfj@o2.pl>
Cc: rui.zhang@intel.com, lenb@kernel.org, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ACPI: acpi_video: update doc for acpi_video_bus_DOS
Date: Fri, 11 Oct 2019 11:41:17 +0200 [thread overview]
Message-ID: <3045273.zdn4mdtSDm@kreacher> (raw)
In-Reply-To: <20191007154818.7416-1-cosiekvfj@o2.pl>
On Monday, October 7, 2019 5:48:18 PM CEST Kacper Piwiński wrote:
> commit:
> efaa14c
>
> "Starting from win8, MS backlight control driver will set bit 2 of the
> parameter of control method _DOS, to inform firmware it should not
> perform any automatic brightness changes. This mostly affects hotkey
> notification deliver - if we do not set this bit, on hotkey press,
> firmware may choose to adjust brightness level instead of sending out
> notification and doing nothing."
>
> win7:
> https://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/BrightnessCtrl.docx
>
> "To avoid problems that might occur if both the system firmware and
> the monitor driver control the brightness of the display, the display
> miniport driver should set bit 2 of the argument to the _DOS method.
> Setting this bit notifies the system firmware that it should not
> perform any automatic display brightness changes. The WDDM
> driver must set this particular bit because it controls the _DOS
> method. The other bits in the _DOS method control the behavior of
> the firmware in response to the display switch hot keys."
>
> win8:
> http://read.pudn.com/downloads193/doc/907411/Brightness.doc
>
> Signed-off-by: Kacper Piwiński <cosiekvfj@o2.pl>
> ---
> drivers/acpi/acpi_video.c | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
> index 4f325e47519f..2f380e7381d6 100644
> --- a/drivers/acpi/acpi_video.c
> +++ b/drivers/acpi/acpi_video.c
> @@ -699,9 +699,13 @@ acpi_video_device_EDID(struct acpi_video_device *device,
> * event notify code.
> * lcd_flag :
> * 0. The system BIOS should automatically control the brightness level
> - * of the LCD when the power changes from AC to DC
> + * of the LCD when:
> + * - the power changes from AC to DC (ACPI appendix B)
> + * - a brightness hotkey gets pressed (implied by Win7/8 backlight docs)
> * 1. The system BIOS should NOT automatically control the brightness
> - * level of the LCD when the power changes from AC to DC.
> + * level of the LCD when:
> + * - the power changes from AC to DC (ACPI appendix B)
> + * - a brightness hotkey gets pressed (implied by Win7/8 backlight docs)
> * Return Value:
> * -EINVAL wrong arg.
> */
>
Applying as 5.5 material, thanks!
prev parent reply other threads:[~2019-10-11 9:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 15:48 [PATCH] ACPI: acpi_video: update doc for acpi_video_bus_DOS Kacper Piwiński
2019-10-11 9:41 ` Rafael J. Wysocki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3045273.zdn4mdtSDm@kreacher \
--to=rjw@rjwysocki.net \
--cc=cosiekvfj@o2.pl \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox