On Sun, Jul 11, 2010 at 08:12:57PM -0600, Joey Lee wrote: > He tested the drm blacklist patch can works fine on his computer, it's > also works on VESA mode because the acpi _BCM, _BQC direct change > brightness by opregion. > > What can we do for this situtation? I mean if the BIOS have opregion > implementation but there have no opensource drm driver or native video > driver support opregion on Linux? The cleanest way would be to implement a stub backlight control driver for the chip - there should be enough information in the source of the poulsbo drm to do that. The main problem with the blacklist approach is that there's no guarantee that all poulsbo systems will have a working acpi method, and I /think/ there's a couple more PCI IDs that ought to be covered in any case. On the other hand doing it properly does involve writing rather a lot more code, and the fact that Intel have shown absolutely no interest in making their hardware work means that the quick hack might be the most reasonable thing to do. -- Matthew Garrett | mjg59@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html