Comment 29 for bug 228399

Revision history for this message
Leann Ogasawara (leannogasawara) wrote : Re: Closing lid results in kernel panic

Seems the patch has since been accepted upstream. Pasting the upstream git commit id below. Thanks.

ogasawara@yoji:~/linux-2.6$ git log 74a365b3f354fafc537efa5867deb7a9fadbfe27
commit 74a365b3f354fafc537efa5867deb7a9fadbfe27
Author: Matthew Garrett <email address hidden>
Date: Thu Mar 19 21:35:39 2009 +0000

    ACPI: Populate DIDL before registering ACPI video device on Intel

    Intel graphics hardware that implements the ACPI IGD OpRegion spec
    requires that the list of display devices be populated before any ACPI
    video methods are called. Detect when this is the case and defer
    registration until the opregion code calls it. Fixes crashes on HP
    laptops.

    http://bugzilla.kernel.org/show_bug.cgi?id=11259

    Signed-off-by: Matthew Garrett <email address hidden>
    Acked-by: Eric Anholt <email address hidden>
    Signed-off-by: Len Brown <email address hidden>