Bug 49541
Summary: | [gma500] DPMS fails to turn off the display | ||
---|---|---|---|
Product: | Drivers | Reporter: | Dainius Masiliūnas (pastas4) |
Component: | Video(DRI - Intel) | Assignee: | Patrik Jakobsson (patrik.r.jakobsson) |
Status: | NEW --- | ||
Severity: | normal | CC: | alan, szg00000 |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.7.0-rc2 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Dainius Masiliūnas
2012-10-25 20:35:30 UTC
Unfortunately no code I know of documents how to do this on the Q550. In theory all the needed code is there and in oaktrail_lvds_set_power but this doesn't seem to work on Q550. Oh, that's too bad... Without this, it seems that it's also incapable of sleeping (tested all the quirks as well). And that makes it rather poor for mobile usage, unless something new is discovered about this issue... Though I'm curious, where could the problem lie? The EFI, the hardware, something else entirely? Patrik takes care of gma500 now. Hi Dainius, Could you try the latest drm-next and see if it improves suspend/resume. pm-utils is now ignoring gma500 so we have a fair chance to do the right thing. git://people.freedesktop.org/~airlied/linux drm-next Thanks Patrik Tried it, but the result is the same. If I echo either mem or freeze into /sys/power/state, the screen becomes blank, but it still shines, and it never goes into sleep. Thanks for testing. Just to be sure, have you tested suspend without loading the gma500_gfx module? Are you certain the suspend issue is gma500 related? Yes. Without the module (and thus without X running), doing an echo "mem" > /sys/power/state results in the device entering sleep successfully. |