OSDN Git Service

drm/ttm: use the new iterator in ttm_bo_flush_all_fences
authorChristian König <christian.koenig@amd.com>
Tue, 15 Jun 2021 13:57:22 +0000 (15:57 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 7 Oct 2021 12:49:11 +0000 (14:49 +0200)
commitdbcae3bfcbca771e73e562a59c3d23f76426e0f9
treeee1ae7da84ea18c038703e0f0dad3feebc4b45dc
parent0a42016d9319db24d15789574fe132d8159d7578
drm/ttm: use the new iterator in ttm_bo_flush_all_fences

This is probably a fix since we didn't even grabed a reference to the
fences.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211005113742.1101-11-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_bo.c