[Bug 108225] [LPT SPT KBP] Acer V3-772G screen brightness cannot be adjusted with i915.fastboot enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 7 11:28:30 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108225

--- Comment #46 from Maarten Lankhorst <bugs at mblankhorst.nl> ---
Backlight turning off during S4 hibernate is expected. The kernel performs all
steps of suspend. A whole snapshot of the memory is made. It then performs a
resume so all devices are accessible again, and then the memory snapshot is
written to disk. After this the system really shuts down.

This is probably what you're seeing when hibernating.

In the first patch to fix backlight on resume, can you change in intel_panel.c:
if (panel->backlight.enabled && conn_state->crtc) {

to:
if (panel->backlight.level && conn_state->crtc) {

?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20181207/ef530c51/attachment.html>


More information about the intel-gfx-bugs mailing list