commit | d770e3cfe5a274a343d896b2cc1646af85646fbc | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg59@srcf.ucam.org> | Wed Apr 15 21:46:36 2009 +0100 |
committer | Eric Anholt <eric@anholt.net> | Fri Apr 17 13:31:06 2009 -0700 |
tree | 0d4eb5a9ba01f25b8bc9c4500cf2e2a09871e869 | |
parent | 5b0bdd6f7284ed39ee553f8a8c4f0d372c87133a [diff] |
drm/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. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>