Bug 77321
Summary: | [regression] vga_switcheroo breaks between 3.12.0 and 3.13-rc1 on MacbookPro 6,2 (Core i5 + Nvidia 330M) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Javier Marcet (jmarcet) |
Component: | Video(DRI - Intel) | Assignee: | Todd Previte (tprevite) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | blocking | CC: | imre.deak, intel-gfx-bugs |
Priority: | P2 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.13-rc1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Javier Marcet
2014-06-04 11:27:36 UTC
Have you tried latest kernels? CC Imre, did we fix something related to i2c cleanup lately? Does the dmesg look familiar to you? Up until 3.14.4, with exactly the same results. (In reply to Jani Nikula from comment #1) > Have you tried latest kernels? > > CC Imre, did we fix something related to i2c cleanup lately? Does the dmesg > look familiar to you? Yes, by a quick look it does look like the WARN fixed by commit 4932e2c3c716067f3580e1a9687bed9d751549e3 Author: Imre Deak <imre.deak@intel.com> Date: Tue Feb 11 17:12:48 2014 +0200 drm/i915: add unregister callback to connector and commit 80f65de3c9b8101c1613fa82df500ba6a099a11c author: Imre Deak <imre.deak@intel.com> Date: Tue Feb 11 17:12:49 2014 +0200 drm/i915: dp: fix order of dp aux i2c device cleanup The fix first appeared only in v3.15-rc1 and not sent to -stable (and so not part of 3.14.4). They apply on 3.14.4 so you could try if they fix the problem. OK. I will try it tonight and report back. Yes!! Those two commits on top of 3.14.5 work beautifully http://bpaste.net/raw/341855/ I hope you push them to 3.13.y and 3.14.y :))) And thanks a lot ;) (In reply to Javier Marcet from comment #5) > Yes!! > > Those two commits on top of 3.14.5 work beautifully > http://bpaste.net/raw/341855/ > > I hope you push them to 3.13.y and 3.14.y :))) Cool, thanks to Jani for the accurate triaging. It's also up to him and Daniel Vetter if the fix is -stable material. (In reply to Imre Deak from comment #7) > Cool, thanks to Jani for the accurate triaging. It's also up to him and > Daniel Vetter if the fix is -stable material. Triaging... more like intuitive backtrace pattern matching! ;) I'll ask the stable team to pick the commits up for 3.13.y and 3.14.y. Javier, please confirm that the latest 3.12.y works without the patches. Yes, 3.12.y works fine without the patches. I have been using it for several months already on that laptop. (In reply to Jani Nikula from comment #8) > I'll ask the stable team to pick the commits up for 3.13.y and 3.14.y. FYI, I only requested for 3.14 stable backport because the commits don't apply cleanly to 3.13 and AFAICT that's no longer supported upstream anyway. It's up to the distros using 3.13 to backport there. Javier, thanks for the report and testing. |