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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #10 from [EMAIL PROTECTED]  2007-08-25 19:01 -------
Method (DSSM, 0, NotSerialized)
                {
                    If (LEqual (0x00, DSEN))
                    {
                        Store (CADL, PADL)
                        If (LEqual (OSTP, 0x03))
                        {
                            Notify (\_SB.PCI0, 0x00)
                        }
                        Else
                        {
                            Notify (\_SB.PCI0.GFX0, 0x00)
                        }

                        Sleep (0x03E8)
                        Notify (\_SB.PCI0.GFX0, 0x80)
                    }

                    If (LEqual (0x01, DSEN))
                    {
                        \_SB.PCI0.LPC0.PHSS (0x01)
                        Notify (\_SB.PCI0.GFX0, 0x81)
                    }
}
If DSEN == 0x01, video driver will get notification 0x81.

Method (_DOS, 1, NotSerialized)
{
       Store (And (Arg0, 0x03), DSEN)
}
And DSEN is set by the _DOS method.

So first please try "echo  0 >/proc/acpi/video/GFX0/DOS" and see if there is
any difference.
If the system still hangs, please apply the debug patch in comment #9 and
reload the acpi video driver.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to