Bug 78381
Summary: | [Dell Inspiron 1525 bisected regression] Cannot resume from suspend on Ubuntu | ||
---|---|---|---|
Product: | Drivers | Reporter: | Žygimantas Beručka (zygimantas.b) |
Component: | Video(DRI - Intel) | Assignee: | Damien Lespiau (damien.lespiau) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | intel-gfx-bugs, iuridiniz, johnmbryant, shacharr |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.13rc1-3.15 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Žygimantas Beručka
2014-06-19 13:20:23 UTC
More completed, but it's a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=78311 *** Bug 78311 has been marked as a duplicate of this bug. *** I can confirm the regression, as it happens on my machine as well. Reverting the bisected commit (18442d087) fixed the issue for me. This requires some manual merge, as the revert conflicts with later code changes. A possible revert patch is available at https://dl.dropboxusercontent.com/u/3231403/InspironBugFix/0001-Revert-drm-i915-Fix-port_clock-and-adjusted_mode.clo.patch . Hi Shachar Raindel, Which version did you base your patch? I can confirm that 3c8fb50445833b93f69b6b703a29aae3523cad0c [1] of linus/master branch (will be linux 3.16-rc2) doesn't have the bug So, I think that 3.16-rc2 will fix this. ------- [1] - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3c8fb50445833b93f69b6b703a29aae3523cad0c More specifically, commit 2b85886a5457f5c5dbcd32edbd4e6bba0f4e8678 [1] fixes the issue on my machine. Can this commit be backported also to the 3.13.x stable branch? (should apply cleanly) ---- [1] - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2b85886a5457f5c5dbcd32edbd4e6bba0f4e8678 (In reply to Shachar Raindel from comment #6) > More specifically, commit 2b85886a5457f5c5dbcd32edbd4e6bba0f4e8678 [1] fixes > the issue on my machine. > > Can this commit be backported also to the 3.13.x stable branch? (should > apply cleanly) The commit is tagged cc: stable. It will eventually be picked up and backported by the stable team. Expect at least a few weeks. Thanks for the report and testing. The original bug report at fdo was: https://bugs.freedesktop.org/show_bug.cgi?id=76520 |