From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan G. Weichinger" Subject: Re: I915 regression : black screen at boot / Sandybridge Mobile (GT2) Date: Fri, 13 Jan 2012 00:10:43 +0100 Message-ID: <4F0F6873.5070304@xunil.at> References: <20120112103636.4299097a@jbarnes-desktop> <20120112112531.0daa6129@jbarnes-desktop> <20120112115715.23b6f8e1@jbarnes-desktop> <20120112121737.793d85bc@jbarnes-desktop> <20120112124949.03f14e96@jbarnes-desktop> <20120112142424.470eddd0@jbarnes-desktop> <4F0F61B6.8030102@xunil.at> Reply-To: lists@xunil.at Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) by gabe.freedesktop.org (Postfix) with ESMTP id 42D199E748 for ; Thu, 12 Jan 2012 15:10:48 -0800 (PST) In-Reply-To: <4F0F61B6.8030102@xunil.at> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: lists@xunil.at Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Am 2012-01-12 23:41, schrieb Stefan G. Weichinger: > Am 2012-01-12 23:24, schrieb Jesse Barnes: >> On Thu, 12 Jan 2012 23:21:10 +0100 >> Vincent Vanackere wrote: >>> I'm happy to report that this patch indeed fixes the issue for me (tested >>> both on linus' master and drm-intel-next). >>> Note that I had to apply it by hand (the patch was mangled by your mailer >>> ?), therefore I'm resending your fix as an attachment in case other people >>> are interested. >>> >>> Many thanks for the quick fix ! >> >> Great, thanks for testing. Your fixed up patch was missing one line >> though, can you re-test with it added? >> >> After the: >> temp &= ~PORT_TRANS_SEL_MASK; >> you need to also add a: >> temp |= PORT_TRANS_SEL_CPT(pipe); >> >> in case you end up running the LVDS off of transcoder B. > > I'd love to test that patch here as well, as far as I see the > gentoo-package doesn't even contain your patched file. Might be a > different release or so ... ( x11-libs/libdrm-2.4.30 ). > > Maybe the gentoo-dev picks up that issue soon anyway ;-) Thanks again, Vincent, for pointing me at the fact that this is a patch for the kernel ;-) applied it, works for me as well! Thanks, Jesse!