From: bugzilla-daemon@kernel.org
To: platform-driver-x86@vger.kernel.org
Subject: [Bug 221430] New: nvidia_wmi_ec_backlight: brightness writes silently dropped on HP OMEN 16 (2025)
Date: Tue, 28 Apr 2026 21:23:56 +0000 [thread overview]
Message-ID: <bug-221430-215701@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=221430
Bug ID: 221430
Summary: nvidia_wmi_ec_backlight: brightness writes silently
dropped on HP OMEN 16 (2025)
Product: Drivers
Version: 2.5
Kernel Version: 6.19.14
Hardware: Intel
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Platform_x86
Assignee: drivers_platform_x86@kernel-bugs.osdl.org
Reporter: floquimaurice@gmail.com
Regression: No
Created attachment 309992
--> https://bugzilla.kernel.org/attachment.cgi?id=309992&action=edit
ACPI tables (DSDT + all SSDTs, raw .dat and disassebled .dsl)
Reporting a backlight issue on a recent HP OMEN 16 with hybrid Optimus.
# System
- HP OMEN by HP Gaming Laptop 16 (2024/2025)
- Intel Meteor Lake + NVIDIA RTX 5070 Mobile, NVIDIA driver 595.x
- Fedora 44, kernel 6.19.14-300.fc44.x86_64
- Hybrid graphics mode (BIOS)
# Symptom
nvidia_wmi_ec_backlight loads, sysfs is created, writes to brightness are
accepted, but the panel does not respond and actual_brightness returns
"No data available".
$ echo 50 | sudo tee /sys/class/backlight/nvidia_wmi_ec_backlight/brightness
$ cat /sys/class/backlight/nvidia_wmi_ec_backlight/actual_brightness
cat: actual_brightness: No data available
The AE_AML_OPERAND_VALUE errors visible in dmesg come from hp_bioscfg
against \_SB.WMID.* and are unrelated to the backlight path.
# What the firmware does
The NVIDIA-bound WMAA is at \_SB.PC00.AWMI.WMAA, GUID
603E9613-EF25-4338-A3D0-C46177516DB7. Its write path declares LEDB as the
new brightness value from Arg2[4], but never reads it:
ElseIf ((MODF == One))
{
Sleep (0x64)
Local1 = \_SB.PC00.GFX0.CBL1 /* reads existing value */
Local3 = (Local1 * 0x02)
If ((Local3 == Zero)) { Local3 += 0x02 }
\_SB.PC00.LPCB.ECPW = Local3
Return (Zero)
}
The firmware propagates \_SB.PC00.GFX0.CBL1 (which the Windows display
driver populates before invoking WMI) to the EC PWM register, instead of
using the value the OS driver passed in. Under Linux nothing populates
CBL1, so the WMI call returns success but is effectively a no-op.
# Attachments
- dmesg-clean.txt
- dmidecode-clean.txt
- acpi-tables-omen16.tar.gz (DSDT + all SSDTs, raw and disassembled)
- lspci-full.txt
Happy to test patches or provide additional traces.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next reply other threads:[~2026-04-28 21:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-28 21:23 bugzilla-daemon [this message]
2026-04-28 21:25 ` [Bug 221430] nvidia_wmi_ec_backlight: brightness writes silently dropped on HP OMEN 16 (2025) bugzilla-daemon
2026-04-28 21:25 ` bugzilla-daemon
2026-04-28 21:25 ` bugzilla-daemon
2026-05-05 12:23 ` bugzilla-daemon
2026-05-10 10:16 ` bugzilla-daemon
2026-05-10 15:20 ` bugzilla-daemon
2026-05-11 22:29 ` bugzilla-daemon
2026-05-12 9:47 ` bugzilla-daemon
2026-05-12 20:22 ` bugzilla-daemon
2026-05-12 20:23 ` bugzilla-daemon
2026-05-12 20:25 ` bugzilla-daemon
2026-05-12 20:25 ` bugzilla-daemon
2026-05-15 10:01 ` bugzilla-daemon
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=bug-221430-215701@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/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 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.