]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/ttm: Ignore signaled move fences
authorFelix Kuehling <Felix.Kuehling@amd.com>
Sat, 27 Feb 2021 03:43:04 +0000 (22:43 -0500)
committerChristian König <christian.koenig@amd.com>
Thu, 8 Apr 2021 10:21:16 +0000 (12:21 +0200)
commite92b0ff603435c200256524dd234618d91bbd8e1
tree8961eef93b10792aea9f6f6326be3fec617140e2
parentfd921693fe989afe82600d97b37f54c942a6db6c
drm/ttm: Ignore signaled move fences

Move fences that have already signaled should not prevent memory
allocations with no_wait_gpu.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210227034524.21763-1-Felix.Kuehling@amd.com
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c