drm/i915: Register ACPI video even when not modesetting
authorMatthew Garrett <mjg59@srcf.ucam.org>
Wed, 15 Apr 2009 20:46:36 +0000 (21:46 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 17 Apr 2009 20:31:06 +0000 (13:31 -0700)
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>

No differences found