From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757333AbZBPMiH (ORCPT ); Mon, 16 Feb 2009 07:38:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755162AbZBPMhz (ORCPT ); Mon, 16 Feb 2009 07:37:55 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:59373 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755087AbZBPMhy (ORCPT ); Mon, 16 Feb 2009 07:37:54 -0500 Date: Mon, 16 Feb 2009 13:37:40 +0100 From: Ingo Molnar To: Matthew Garrett Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Andi Kleen , Len Brown , Thomas Renninger , Zhang Rui Subject: Re: [Bug #12401] 2.6.28 regression: xbacklight broken on ThinkPad X61s Message-ID: <20090216123740.GB7047@elte.hu> References: <20090215134409.GC21670@srcf.ucam.org> <200902151538.29766.rjw@sisk.pl> <20090215221647.GA15392@dose.home.local> <20090216011600.GA28929@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090216011600.GA28929@srcf.ucam.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matthew Garrett wrote: > On Sun, Feb 15, 2009 at 11:16:47PM +0100, Tino Keitel wrote: > > > I think if it works without DRI in 2.6.27 and doesn't work in 2.6.28, > > it isn't a configuration error, but a real regression. > > It only worked by accident without DRM support, since you were using the > ATI codepath in the firmware rather than the Intel one. That bug's been > fixed, [...] Which precise commit ID is that? > [...] so now you're following the Intel codepath - unfortunately > there's no way to do that without kernel-level graphics support, which > means DRM. Tino, does it all work fine if CONFIG_DRM is enabled? Ingo