From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hellstrom Subject: Re: [PATCH 06/11] ttm/driver: Expand ttm_backend_func to include two overrides for TTM page pool. Date: Tue, 01 Nov 2011 15:48:24 +0100 Message-ID: <4EB006B8.8080001@vmware.com> References: <1319062772-2793-1-git-send-email-konrad.wilk@oracle.com> <1319062772-2793-7-git-send-email-konrad.wilk@oracle.com> <4EA28FA6.7000006@shipmail.org> <20111101143715.GA8631@homer.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111101143715.GA8631@homer.localdomain> Sender: linux-kernel-owner@vger.kernel.org To: Jerome Glisse Cc: Thomas Hellstrom , Konrad Rzeszutek Wilk , xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, j.glisse@redhat.com, airlied@redhat.com, bskeggs@redhat.com List-Id: dri-devel@lists.freedesktop.org On 11/01/2011 03:37 PM, Jerome Glisse wrote: > On Sat, Oct 22, 2011 at 11:40:54AM +0200, Thomas Hellstrom wrote: > >> Konrad, >> >> I was hoping that we could get rid of the dma_address shuffling into >> core TTM, >> like I mentioned in the review. From what I can tell it's now only >> used in the backend and >> core ttm doesn't care about it. >> >> Is there a particular reason we're still passing it around? >> >> Thanks, >> /Thomas >> >> > I am working on patchset on top of this that will move dma handling > back to driver and mostly out of ttm (the page alloc helper will > still do dma stuff on behalf of driver) So if my patchset is acceptable > the dma situation is transionary. > > Cheers, > Jerome > Cool. Thanks, Jerome. /Thomas