commit | b7f0ab460f772b09a9c664d746236a280fec714c | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg59@srcf.ucam.org> | Wed Apr 15 21:46:36 2009 +0100 |
committer | Len Brown <len.brown@intel.com> | Fri Apr 24 00:42:06 2009 -0400 |
tree | 12d78bfff3025e7254d93121ce807d9ea5a9f045 | |
parent | 091069740304c979f957ceacec39c461d0192158 [diff] |
ACPI, i915: Register ACPI video even when not modesetting The ACPI video driver defers registration to the i915 driver if the system supports opregion-mediated backlight control. This registration was only being performed in the KMS case. Ensure it's done even if we don't have modesetting enabled. http://bugzilla.kernel.org/show_bug.cgi?id=13048 Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>