rc6+ regression - backlight reset to 0 on boot after 7c0ea45be4f114d85ee35caeead8e1660699c46f
- From: Andrey Borzenkov <arvidjaar@xxxxxxx>
- Date: Wed, 2 Apr 2008 22:53:15 +0400
Commit 7c0ea45be4f114d85ee35caeead8e1660699c46f registers ACPI backlight
even if _BQC method (query current backlight level) is missing. The effect is:
during initialization video.c:acpi_video_device_find_cap() calls backlight_update_status(). It tries to fetch actual level via acpi_video_get_brightness() - but as _BQC is missing it just returns current value
as stored in memory - i.e. zero, because it was never set. So effectively
backlight_update_status() reset brightness to minimal value == 0.
This happens on Toshiba Portege 4000. Verified by reverting commit on top of
rc8.
On a side note, it would be nice to fit backlight device into actual ACPI
device tree instead of /devices/virtual.
Attachment:
signature.asc
Description: This is a digitally signed message part.
- Follow-Ups:
- Prev by Date: Re: [PATCH RFC] hotplug-memory: refactor online_pages to separate zone growth from page onlining
- Next by Date: Re: [RFC][-mm] Add an owner to the mm_struct (v4)
- Previous by thread: [PATCH 00 of 24] More Xen updates
- Next by thread: Re: rc6+ regression - backlight reset to 0 on boot after 7c0ea45be4f114d85ee35caeead8e1660699c46f
- Index(es):
Relevant Pages
|