commit | e71cf591876536f7dd5a54ef68d631278ca6faa1 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Fri Sep 14 09:24:19 2018 +0200 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Thu Sep 20 08:05:14 2018 +0200 |
tree | 59ad96b9531fd1745aa6c78be69f86acff2091b2 | |
parent | a4bd815a94b7aae27e2413f2ce7b458f9843b8ae [diff] |
drm/vmwgfx: Fix buffer object eviction Commit 19be55701071 ("drm/ttm: add operation ctx to ttm_bo_validate v2") introduced a regression where the vmwgfx driver refused to evict a buffer that was still busy instead of waiting for it to become idle. Fix this. Cc: <stable@vger.kernel.org> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Christian König <christian.koenig@amd.com>