Bug 64031
Summary: | [HSW ULT]eDP brightness is zero after the computer start | ||
---|---|---|---|
Product: | ACPI | Reporter: | Qingshuai Tian (qingshuai.tian) |
Component: | Power-Video | Assignee: | acpi_power-video |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | aaron.lu, alan, sangshuduo |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.12.0rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
acpidump Fix initial level validity test Quirk initial backlight level 0 |
Description
Qingshuai Tian
2013-10-30 05:03:51 UTC
Created attachment 112741 [details]
acpidump
This is the acpidump.
Created attachment 112851 [details] Fix initial level validity test There are two patches, this is patch 1. Apply on top of Rafael's linux-next branch: http://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next Created attachment 112861 [details]
Quirk initial backlight level 0
This is patch 2, used to quirk initial backlight level 0 problem. Apply on top of patch 1.
Qingshuai handed me the idealpad u330p and I did the test, everything works now with the two above patches applied. Alternatively, the system can be quirked to use native backlight as it is also a win8 system with Intel graphics card. It works great on my Lenovo Ideapad Z510. Thanks. Hope -stable kernel can backport patch soon. commit 2c62333a408f5badd2d2ffd7177f95deeccc5ca4 Author: Aaron Lu <aaron.lu@intel.com> Date: Wed Nov 6 09:07:10 2013 +0800 ACPI / video: Quirk initial backlight level 0 Entered Linus' tree. |