Bug 16379
Summary: | i915: ACPI brightness control misses _BQC function | ||
---|---|---|---|
Product: | ACPI | Reporter: | Andreas Demmer (mail) |
Component: | ACPICA-Core | Assignee: | acpi_acpica-core (acpi_acpica-core) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | lenb, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34.1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
acpi/video: acpi_brightness_hook API
drm/i915: override acpi brightness control |
Description
Andreas Demmer
2010-07-13 14:18:27 UTC
The problem is, that ACPI brightness control misses _BQC function and the i915 driver for my Intel Arrandale graphics adapter fails to handle it. There is an experimental kernel and driver patch for this: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568611/ All testers reported it to work, also an owner of my laptop model. Any chances to get this into the kernel, soon? Created attachment 27129 [details]
acpi/video: acpi_brightness_hook API
Created attachment 27130 [details]
drm/i915: override acpi brightness control
You may also contact Kamal Mostafa as he is currently working on a more polished version of his patch: https://wiki.ubuntu.com/KamalMostafa no, I don't agree with this proposal. I'd like to write something like a backlight control manager. ACPI, i915, platform drivers all register to this manager, and the backlight control manger choose with driver to use and export a unique sysfs I/F to users. and we can add dmi quirk to disable ACPI video driver in the backlight control manager. I plan to finish this in Oct. :) *** This bug has been marked as a duplicate of bug 14216 *** |