Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbZGRPcP (ORCPT ); Sat, 18 Jul 2009 11:32:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752165AbZGRPcO (ORCPT ); Sat, 18 Jul 2009 11:32:14 -0400 Received: from darkcity.gna.ch ([195.226.6.51]:52598 "EHLO mail.gna.ch" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751488AbZGRPcN convert rfc822-to-8bit (ORCPT ); Sat, 18 Jul 2009 11:32:13 -0400 Subject: Re: [PATCH] ttm: add pool wc/uc page allocator From: Michel =?ISO-8859-1?Q?D=E4nzer?= To: Jerome Glisse Cc: Dave Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.sf.net In-Reply-To: <1247842508.2335.4.camel@localhost> References: <1247760821-12122-1-git-send-email-jglisse@redhat.com> <1247762075.12808.2.camel@localhost> <1247817711.9922.63.camel@thor> <1247842508.2335.4.camel@localhost> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Sat, 18 Jul 2009 17:32:07 +0200 Message-Id: <1247931127.16747.166.camel@thor> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2216 Lines: 48 On Fri, 2009-07-17 at 16:55 +0200, Jerome Glisse wrote: > On Fri, 2009-07-17 at 10:01 +0200, Michel Dänzer wrote: > > On Thu, 2009-07-16 at 18:34 +0200, Jerome Glisse wrote: > > > On Thu, 2009-07-16 at 18:13 +0200, Jerome Glisse wrote: > > > > On AGP system we might allocate/free routinely uncached or wc memory, > > > > changing page from cached (wb) to uc or wc is very expensive and involves > > > > a lot of flushing. To improve performance this allocator use a pool > > > > of uc,wc pages. > > > > > > > > Currently each pool (wc, uc) is 256 pages big, improvement would be > > > > to tweak this according to memory pressure so we can give back memory > > > > to system. > > > > > > > > Signed-off-by: Dave Airlie > > > > Signed-off-by: Jerome Glisse > > > > > > Just a follow-up on that one, i haven't been able yet to thoroughly > > > test this patch on AGP system, so i am mostly sending so other people > > > can test. I think i corrected few bugs that were in previous iteration > > > of that patch. > > > > > > Beside that i think i have addressed all comment previously raisen, > > > but don't hesitate to pin point any things i have miss. > > > > This one works a little better on my PowerBook than the previous one: > > > > PCI GART works (failed to allocate the ring buffer before) > > AGP fails to allocate the ring buffer (paniced at KMS init before) > > > > Attached a new version which more or less work on x86 agp (i have > screen corruption haven't tracked done what is causing it yet). > I corrected more bugs from previous version, hopefully i am getting > closer to somethings which works. This one seems to match the behaviour you described on IRC: It works with AGP but there's lots of visual corruption in X (OpenGL seems mostly fine). -- Earthling Michel Dänzer | http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- 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/