ACPI, 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)
committerLen Brown <len.brown@intel.com>
Fri, 24 Apr 2009 04:42:06 +0000 (00:42 -0400)
commitb7f0ab460f772b09a9c664d746236a280fec714c
tree12d78bfff3025e7254d93121ce807d9ea5a9f045
parent091069740304c979f957ceacec39c461d0192158
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>
drivers/gpu/drm/i915/i915_opregion.c