[PATCH 2/3] drm/ttm: Rework validation & memory space allocation (V2)

2009-12-07 Thread Jerome Glisse
This change allow driver to pass sorted memory placement, from most prefered placement to least prefered placement. In order to avoid long function prototype a structure is used to gather memory placement informations such as range restriction (if you need a buffer to be in given range). Range rest

Re: [PATCH 2/3] drm/ttm: Rework validation & memory space allocation (V2)

2009-12-08 Thread Thomas Hellstrom
Jerome Glisse wrote: > This change allow driver to pass sorted memory placement, > from most prefered placement to least prefered placement. > In order to avoid long function prototype a structure is > used to gather memory placement informations such as range > restriction (if you need a buffer to