[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-02-16 Thread Jerome Glisse
On Wed, Feb 16, 2011 at 10:54 AM, Konrad Rzeszutek Wilk wrote: >> Code looks good but GART stuff can be picky, i will try to do a full >> scale testing in next couple week. > > ping? > Sorry haven't time to do one. But it looks good to me. Cheers, Jerome

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-02-16 Thread Konrad Rzeszutek Wilk
> Code looks good but GART stuff can be picky, i will try to do a full > scale testing in next couple week. ping?

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-28 Thread Konrad Rzeszutek Wilk
On Fri, Jan 28, 2011 at 09:42:48AM -0500, Jerome Glisse wrote: > On Thu, Jan 27, 2011 at 4:20 PM, Konrad Rzeszutek Wilk > wrote: > > On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: > >> If the TTM layer has used the DMA API to setup pages that are > >> TTM_PAGE_FLAG_DMA32

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-28 Thread Jerome Glisse
On Thu, Jan 27, 2011 at 4:20 PM, Konrad Rzeszutek Wilk wrote: > On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: >> If the TTM layer has used the DMA API to setup pages that are >> TTM_PAGE_FLAG_DMA32 (look at patch titled: "ttm: Utilize the dma_addr_t >> array for pages

Re: [PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-28 Thread Jerome Glisse
On Thu, Jan 27, 2011 at 4:20 PM, Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote: On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: If the TTM layer has used the DMA API to setup pages that are TTM_PAGE_FLAG_DMA32 (look at patch titled: ttm: Utilize the dma_addr_t array

Re: [PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-28 Thread Konrad Rzeszutek Wilk
On Fri, Jan 28, 2011 at 09:42:48AM -0500, Jerome Glisse wrote: On Thu, Jan 27, 2011 at 4:20 PM, Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote: On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: If the TTM layer has used the DMA API to setup pages that are

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-27 Thread Konrad Rzeszutek Wilk
On Fri, Jan 07, 2011 at 12:11:43PM -0500, Konrad Rzeszutek Wilk wrote: > If the TTM layer has used the DMA API to setup pages that are > TTM_PAGE_FLAG_DMA32 (look at patch titled: "ttm: Utilize the dma_addr_t > array for pages that are to in DMA32 pool."), lets use it > when programming the GART

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-07 Thread Konrad Rzeszutek Wilk
If the TTM layer has used the DMA API to setup pages that are TTM_PAGE_FLAG_DMA32 (look at patch titled: "ttm: Utilize the dma_addr_t array for pages that are to in DMA32 pool."), lets use it when programming the GART in the PCIe type cards. This patch skips doing the pci_map_page (and

[PATCH 4/5] radeon/ttm/PCIe: Use dma_addr if TTM has set it.

2011-01-07 Thread Konrad Rzeszutek Wilk
If the TTM layer has used the DMA API to setup pages that are TTM_PAGE_FLAG_DMA32 (look at patch titled: ttm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.), lets use it when programming the GART in the PCIe type cards. This patch skips doing the pci_map_page (and