commit | aa35071c590461f95d0179cc8e730d49d610f773 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Dec 03 15:46:48 2014 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 03 18:26:52 2014 -0500 |
tree | 72f9c722700be9a265857bff56f3843c7f0e298d | |
parent | 5e5c21cac1001089007260c48b0c89ebaace0e71 [diff] |
drm/ttm: optionally move duplicates to a separate list 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. Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>