[PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: > We only use the "if (pool == NULL)" path for right now. > > Signed-off-by: Konrad Rzeszutek Wilk > Patch name is incorrect, also see potential indentation issue below, otherwise Reviewed-by: Thomas Hellstrom > --- > drivers/gpu/drm/ttm

Re: [PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-27 Thread Thomas Hellstrom
On 01/07/2011 06:11 PM, Konrad Rzeszutek Wilk wrote: We only use the "if (pool == NULL)" path for right now. Signed-off-by: Konrad Rzeszutek Wilk Patch name is incorrect, also see potential indentation issue below, otherwise Reviewed-by: Thomas Hellstrom --- drivers/gpu/drm/ttm/ttm_pa

[PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-07 Thread Konrad Rzeszutek Wilk
We only use the "if (pool == NULL)" path for right now. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/gpu/drm/ttm/ttm_page_alloc.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm

[PATCH 2/5] tm: Utilize the dma_addr_t array for pages that are to in DMA32 pool.

2011-01-07 Thread Konrad Rzeszutek Wilk
We only use the "if (pool == NULL)" path for right now. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/gpu/drm/ttm/ttm_page_alloc.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm