Created attachment 44218 [details] dmesg.txt is the bug's dmesg information System Environment: -------------------------- Platform: Sugarbay Libdrm: (master)2.4.24-6-g3b04c73650b5e9bbcb602fdb8cea0b16ad82d0c0 Mesa: (7.10)68cdea9fb2c33aba5459fd79f57faadf9800e5bb Xserver: (master)xorg-server-1.10.0 Xf86_video_intel: (master)2.14.901 Cairo: (master)f1d313e042af89b2f5f5d09d3eb1703d0517ecd7 Kernel: (drm-intel-fixes)91355834646328e7edc6bd25176ae44bcd7386c7 Bug detailed description: ------------------------- When I do “ echo mem >/sys/power/state” ,the memory can be suspended. And Then I press power button to wake up memory, the Memory can be waked up normally. However, An error “[drm:pch_irq_handler] *ERROR* PCH poison interrupt”message appears in the terminal. This issue occurs in Sugarbar rev09 GT2 every time. But never have occurred int Sugarbar rev09 GT1. It’s kernel regression. Reproduce steps: ---------------- 1. Don’t start X 2. echo mem>/sys/power/state 3. press power button to wake up
The "bad" PCH for the "Sugarbay rev09 GT2" is DH SDP board. The "working" PCH for the "Sugarbay rev09 GT1" is Intel DH67CL board.
It's not a regression, as since we weren't checking for the PCH interrupts earlier we have no idea if this was recently introduced. I've seen these on a i5-2500 which is a GT1 device.
right, it should not be regression. It's a new machine for us.
Chris, can you evaluate the impact of this bug?
Not sure what it means, but reading poisoned memory sounds like a serious issue... But it could also be a spurious interrupt from resume.
The problem also exists on our IvyBridge . ----------------------------------------------------- Libdrm: (master)2.4.26 Mesa: (master)8875dd58719b978283e89acf04422a4eaf9b021d Xserver: (server-1.10-branch)xorg-server-1.10.2-11-g9551f5041915fa00ca243a279efb55de2ff11a00 Xf86_video_intel:(master)2.15.0-96-ga1ee4b930846d4ba9274028c08800b882fc926f1 Cairo: (master)3b9c8744898823a4b09917f0540a324318fef726 Libva: (master)3c1b6875b589f3a40709a889da85b979e34db625 Kernel: (drm-intel-fixes)6a574b5b9b186e28abd3e571dfd1700c5220b510
After running the testdisplay with HDMI and VGA on IVB platform, we unplug the VGA monitor. Then the error information will appears.
Should be fixed with commit 23e81d691a813839020f6e516b398d0f9369fe8b Author: Adam Jackson <ajax@redhat.com> Date: Wed Jun 6 15:45:44 2012 -0400 drm/i915: pch_irq_handler -> {ibx, cpt}_irq_handler in drm-intel-fixes. It's simply a matter of us complaining about an interrupt with new (but harmless) meaning.
Closing old verified.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.