[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Konrad Rzeszutek Wilk
On Thu, Jan 27, 2011 at 10:19:55AM +0100, Thomas Hellstrom wrote: > On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: > > Apart from previously mentioned indentation issues, > Reviewed-by: Thomas Hellstrom Thank you.. > .. snip.. > > nouveau_sgdma_populate(struct ttm_backend *be, unsigned

[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: Apart from previously mentioned indentation issues, Reviewed-by: Thomas Hellstrom > We pass in the array of ttm pages to be populated in the GART/MM > of the card (or AGP). Patch titled: "ttm: Utilize the dma_addr_t array > for pages that are

Re: [PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: Apart from previously mentioned indentation issues, Reviewed-by: Thomas Hellstrom We pass in the array of ttm pages to be populated in the GART/MM of the card (or AGP). Patch titled: "ttm: Utilize the dma_addr_t array for pages that are to i

[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-07 Thread Konrad Rzeszutek Wilk
We pass in the array of ttm pages to be populated in the GART/MM of the card (or AGP). Patch titled: "ttm: Utilize the dma_addr_t array for pages that are to in DMA32 pool." uses the DMA API to make those pages have a proper DMA addresses (in the situation where page_to_phys or virt_to_phys do not

[PATCH 3/5] ttm: Expand (*populate) to support an array of DMA addresses.

2011-01-07 Thread Konrad Rzeszutek Wilk
We pass in the array of ttm pages to be populated in the GART/MM of the card (or AGP). Patch titled: "ttm: Utilize the dma_addr_t array for pages that are to in DMA32 pool." uses the DMA API to make those pages have a proper DMA addresses (in the situation where page_to_phys or virt_to_phys do not