ACPI: Export EDID blocks to the kernel
authorMatthew Garrett <mjg@redhat.com>
Tue, 12 Jan 2010 19:17:03 +0000 (14:17 -0500)
committerLen Brown <len.brown@intel.com>
Mon, 19 Apr 2010 19:56:32 +0000 (15:56 -0400)
commite92a716240258989f19c7345e8b135e6d214431a
treec36d681616cd41dd76220760c93ddfa651c7a28f
parent76e506a754c9519ba0a948b475a62f31fac8b599
ACPI: Export EDID blocks to the kernel

The ACPI spec includes a provision for hardware to provide EDID via the
ACPI video extension. In the KMS world it's necessary for a way to obtain
this from within the kernel. Add a function that either returns the EDID
for the provided ACPI display ID or the first display of the provided type.
Also add support for ensuring that devices with legacy IDs are supported.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c
include/acpi/video.h