Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262481AbUC1Wu4 (ORCPT ); Sun, 28 Mar 2004 17:50:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262484AbUC1Wuz (ORCPT ); Sun, 28 Mar 2004 17:50:55 -0500 Received: from mxsf12.cluster1.charter.net ([209.225.28.212]:23044 "EHLO mxsf12.cluster1.charter.net") by vger.kernel.org with ESMTP id S262481AbUC1Wuy (ORCPT ); Sun, 28 Mar 2004 17:50:54 -0500 Subject: Re: 2.6.5-rc2-mm[34] causes drop in DRI FPS From: Glenn Johnson To: Zwane Mwaikambo Cc: Kernel In-Reply-To: References: <1080435375.8280.1.camel@gforce.johnson.home> <20040327180932.10e4bae7.akpm@osdl.org> <1080443802.7085.2.camel@gforce.johnson.home> <20040328090637.GA11056@elte.hu> <1080490657.9667.7.camel@gforce.johnson.home> <1080492821.7578.5.camel@gforce.johnson.home> Content-Type: text/plain Message-Id: <1080514093.7540.1.camel@gforce.johnson.home> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 28 Mar 2004 16:48:13 -0600 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 34 On Sun, 2004-03-28 at 13:35, Zwane Mwaikambo wrote: > On Sun, 28 Mar 2004, Glenn Johnson wrote: > > > I just did a diff of my XFree86 log files with the system booted using > > the 2.6.5-rc2-mm2 and 2.6.5-rc2-mm4 kernels, respectively. Here is the > > diff, so maybe this will mean something. > > > > --- XFree86-2.6.5-rc2-mm2.log 2004-03-28 10:32:00.070254034 -0600 > > +++ XFree86-2.6.5-rc2-mm4.log 2004-03-28 10:29:30.123163884 -0600 > > @@ -19 +19 @@ > > -(==) Log file: "/var/log/XFree86.0.log", Time: Sun Mar 28 10:31:22 2004 > > +(==) Log file: "/var/log/XFree86.0.log", Time: Sun Mar 28 10:28:32 2004 > > @@ -713,2 +713,2 @@ > > -(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe188b000 > > -(II) RADEON(0): [drm] mapped SAREA 0xe188b000 to 0x48328000 > > +(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe1889000 > > +(II) RADEON(0): [drm] mapped SAREA 0xe1889000 to 0x48328000 > > That's just a memory allocation, so that will never be consistent. > > > @@ -764 +764 @@ > > -(II) RADEON(0): [drm] dma control initialized, using IRQ 169 > > +(II) RADEON(0): [drm] dma control initialized, using IRQ 10 > > You're not using CONFIG_PCI_USE_VECTOR in the newer kernel, but that also > wouldn't make a difference. Actually, I am using CONFIG_PCI_USE_VECTOR in both. - 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/