[PATCH 1/2] drm/ttm: optionally move duplicates to a separate list

2014-12-03 Thread Thomas Hellstrom
LTGM Reviewed-by: Thomas Hellstrom On 12/03/2014 03:46 PM, Christian König wrote: > From: Christian König > > This patch adds an optional list_head parameter to ttm_eu_reserve_buffers. > If specified duplicates in the execbuf list are no longer reported as errors, > but moved to this list ins

[PATCH 1/2] drm/ttm: optionally move duplicates to a separate list

2014-12-03 Thread Christian König
From: Christian König This patch adds an optional list_head parameter to ttm_eu_reserve_buffers. If specified duplicates in the execbuf list are no longer reported as errors, but moved to this list instead. Signed-off-by: Christian König --- drivers/gpu/drm/qxl/qxl_release.c| 3 ++-

[PATCH 1/2] drm/ttm: optionally move duplicates to a separate list

2014-12-03 Thread Alex Deucher
On Wed, Dec 3, 2014 at 9:46 AM, Christian König wrote: > From: Christian König > > This patch adds an optional list_head parameter to ttm_eu_reserve_buffers. > If specified duplicates in the execbuf list are no longer reported as errors, > but moved to this list instead. > > Signed-off-by: Chr