commit | 519c2de003b91becfef3d679f133b877adeb2840 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Nov 11 15:16:56 2019 +0100 |
committer | Christian König <christian.koenig@amd.com> | Wed Feb 12 13:03:33 2020 +0100 |
tree | 92e015b92a63dab1afadfc5001c47d02da865269 | |
parent | 1ec39923ef24f55eaa12cbdbdd9bb7e4ba29f6a7 [diff] |
drm/ttm: replace dma_resv object on deleted BOs v3 When non-imported BOs are resurrected for delayed delete we replace the dma_resv object to allow for easy reclaiming of the resources. v2: move that to ttm_bo_individualize_resv v3: add a comment to explain what's going on Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: xinhui pan <xinhui.pan@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/352927/