Re: [PATCH 07/14] drm/ttm: page allocation use page array instead of list

2011-11-17 Thread Konrad Rzeszutek Wilk
On Wed, Nov 16, 2011 at 11:57:31AM -0500, j.gli...@gmail.com wrote: > From: Jerome Glisse > > Use the ttm_tt pages array for pages allocations, move the list > unwinding into the page allocation functions. > > Signed-off-by: Jerome Glisse Reviewed-by: Konrad Rzeszutek Wilk > --- > drivers/g

Re: [PATCH 07/14] drm/ttm: page allocation use page array instead of list

2011-11-17 Thread Thomas Hellstrom
On 11/16/2011 05:57 PM, j.gli...@gmail.com wrote: From: Jerome Glisse Reviewed-by: Thomas Hellstrom Use the ttm_tt pages array for pages allocations, move the list unwinding into the page allocation functions. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/ttm/ttm_page_alloc.c |