Bug 42929
Summary: | GMA500: Regression: 3.3.0-rc7 - Display remains black after S3 (vga console) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dennis Jansen (dennis.jansen) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, drivers_video-other, frank, lenb, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.3.0-rc7 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 56331 | ||
Attachments: |
dmesg after suspend
lspci |
Description
Dennis Jansen
2012-03-14 13:08:24 UTC
Important: The display stays off after trying to suspend. The system doesn't suspend, though. At least not noticeably. It is still responsive after suspend, though. Created attachment 72582 [details]
dmesg after suspend
Created attachment 72583 [details]
lspci
Possibly related in some way to: https://bugzilla.kernel.org/show_bug.cgi?id=42931 Where I loaded the gma500_gfx graphics driver module before suspend and suspend fails. IMO, it seems there are two issues here
1) S3 resumes immediately after suspend
2) black screen after suspend
issue 2) is probably caused by the broken gma500_gfx driver.
And issue 1) is probably caused by EHCI?
> [ 17.524804] ehci_hcd 0000:00:1d.7: wake-up capability enabled by ACPI
could you please try to run
"echo disabled > /sys/bus/pci/devices/0000:00:1d.0/power/wakeup" to disable the EHCI wakeup and see if the problem still exists?
Oh, yes, it's true. Sorry! I forgot the LID > /proc/acpi/wakeup. So issue 1) is gone. re: LID > /proc/acpi/wakeup Hmm, so the LID was causing an immediate wakeup? Has this always been an issue and you've always used this workaround, or is this a new problem? re: black screen ACPI is not responsible for resuming the screen -- the graphics driver is. So this would be an issue with your graphics driver. Can you describe the version that works and the version that fails? No, this is an old problem. Since 2.6.34. See here: https://bugzilla.kernel.org/show_bug.cgi?id=16512 Having black screen issue also/still with released 3.3.0 kernel. gma500_gfx is the gpu driver there (for the cedartrail gma3600). Underneath / besides display not powering up all seems to work. So to me this really could be related to #4291. Please test 3.5, that should have fixed most of these cases It's fixed! Works great! Thanks!!! Now the X display area is moved up about 20 pixels... opening another bug fot that. ;) |