Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753833AbYLSTqT (ORCPT ); Fri, 19 Dec 2008 14:46:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751992AbYLSTqJ (ORCPT ); Fri, 19 Dec 2008 14:46:09 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:31655 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbYLSTqH (ORCPT ); Fri, 19 Dec 2008 14:46:07 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=ao7qepRVCumMGlisOTh0Rl3/Z7PWXr/mq+o5witsoj+QavvFcHr1MToP4CumvUlQj9 hUzrWuPRiaWiyB30vh2R33HIvr23FO/T6kg3wBnYyI5Az86NjmIeyFOrOpDa3oVANI98 OA3QgwMjbKBqdHCS1+LTRBxAtioj9xQeRizXc= From: Bartlomiej Zolnierkiewicz To: Dave Airlie Subject: Re: linux-next: Tree for December 17 (Radeon DRM BUG) Date: Fri, 19 Dec 2008 20:45:12 +0100 User-Agent: KMail/1.10.3 (Linux/2.6.28-rc8-next-20081219; KDE/4.1.3; i686; ; ) Cc: Dave Airlie , Kevin Winchester , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Andrew Morton References: <20081217232536.0b18f4a7.sfr@canb.auug.org.au> <200812182309.23254.bzolnier@gmail.com> <1229643564.11646.5.camel@clockmaker.usersys.redhat.com> In-Reply-To: <1229643564.11646.5.camel@clockmaker.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812192045.14254.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4112 Lines: 89 On Friday 19 December 2008, Dave Airlie wrote: > On Thu, 2008-12-18 at 23:09 +0100, Bartlomiej Zolnierkiewicz wrote: > > tOn Thursday 18 December 2008, Dave Airlie wrote: > > > On Thu, 2008-12-18 at 20:00 +0100, Bartlomiej Zolnierkiewicz wrote: > > > > On Thursday 18 December 2008, Dave Airlie wrote: > > > > > On Thu, Dec 18, 2008 at 10:14 AM, Kevin Winchester > > > > > wrote: > > > > > > Stephen Rothwell wrote: > > > > > >> > > > > > >> Hi all, > > > > > >> > > > > > >> > > > > > > > > > > > > I get the following BUG in the radeon drm code with today's linux-next when > > > > > > I run "startx". I have not built or tested linux-next in a while, but the > > > > > > problem definitely does not occur in mainline. > > > > > > > > [...] > > > > > > > > This reminds me that drm tree in linux-next still results in BSOD (Black > > > > Screen Of Death) on starting X for me (as reported on Saturday [1]). > > > > > > > > Actually there is more to it as I discovered that my custom X radeon driver > > > > (which is xorg-x11-drv-ati-6.9.0-61.fc10.i386 with "radeon: no need for this > > > > anymore" from radeon-gem-cs change reverted, please see [2] for my previous > > > > monologue) works fine while following stock driver versions: > > > > > > > > xorg-x11-drv-ati-6.8.0-19.fc9.i386 > > > > xorg-x11-drv-ati-6.9.0-61.fc10.i386 > > > > xorg-x11-drv-ati-6.9.0-62.fc10.i386 > > > > > > > > result in BSOD. OTOH they all work with next-20081128 (modulo hangs with > > > > fc10 ones when "radeon: no need for this anymore" change is not reverted). > > > > > > > > [ BTW xorg-x11-drv-ati-6.9.0-62.fc10.i386 still causes hangs when used with > > > > non-Fedora kernels and Fedora/kms kernel still has performance problems ] > > > > > > > > IOW there are a lot of compatibility issues in recent drm/radeon changes. > > > > > > > > Dave, could you please start looking into these problems? I'm sure that we > > > > all want recent drm changes + kms in 2.6.29 but given tight schedule and the > > > > way things are looking right now I'm quite sceptical... > > > > > > > > [1] http://lkml.org/lkml/2008/12/13/76 > > > > [2] http://lkml.org/lkml/2008/12/13/77 > > > > > > > > > > Bart, > > > > > > please file bugs in RH bugzilla for Fedora issues. Fedora is shipping > > > drivers that aren't upstream, and I'm attempting to resolve the issues > > > as they arise. However not having a bug to track stuff in means it just > > > goes far enough out of my inbox that I forget about it. > > > > OK, I'll try to put all issues into RH bugzilla once I find some time. > > > > [ OTOH the hang issue mentioned above happens only with vanilla kernels, > > Fedora kernels are not affected because they ship KMS. Anyway, you > > could have just told me that you prefer to have a RH bugzilla bug for > > it two weeks ago (and indeed KMS performance issue should have been > > handled through bugzilla -- however this one is of lower priority). ] > > I know, literally I didn't see a mail in my inbox and forgot about this > bug until it showed up again, so I should mention Fedora BZ for Fedora > bugs earlier indeed.. > > drm-next should be fine in the next iteration, there was a missing patch > hunk in the last commit, and then a locking bug after that. The drm problem is indeed fixed in today's linux-next (I remembered to check that it includes drm-next this time ;-). Thanks! > I'll try and look at the other stability issues you are seeing with > Fedora today, > > however halving the amount of video RAM everyone gets as a fix for an > issue you are seeing is clearly not the answer, I'd like to actually > track down the root cause of where it went wrong. Same opinion here. As I see now that limitation was added temporarily to the driver and later removed. I will do some more testing... Thanks, Bart -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/