commit | ae96e8d7b6f437a0cece42c2e834d64c8f22234c | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Jun 04 17:07:10 2019 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jun 05 22:18:09 2019 -0500 |
tree | 212462ca81fdcf20c3e6210687851c0eb5024f07 | |
parent | 621b325aa8b2c3d3ec9ef8a95d5581e74d5568f2 [diff] |
drm/ttm: fix ttm_bo_unreserve Since we now keep BOs on the LRU we need to explicitely remove them from the LRU now after they are pinned. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>