commit | 9165fb879f62a73577867180e890f410f3a239ad | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Sep 19 12:56:15 2019 +0200 |
committer | Christian König <christian.koenig@amd.com> | Fri Oct 25 11:40:50 2019 +0200 |
tree | 7b437f77168f3c8d7a614a4f019b5dba4446bf0d | |
parent | 7fb03cc3e0794f00b8f154f335ad5b4eb4d78c58 [diff] |
drm/ttm: always keep BOs on the LRU This allows blocking for BOs to become available in the memory management. Amdgpu is doing this for quite a while now during CS. Now apply the new behavior to all drivers using TTM. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Thomas Hellstrom <thellstrom@vmware.com> Link: https://patchwork.freedesktop.org/patch/332878/