drm/ttm: use RCU in ttm_bo_flush_all_fences
authorChristian König <christian.koenig@amd.com>
Mon, 10 Feb 2020 13:41:39 +0000 (14:41 +0100)
committerChristian König <christian.koenig@amd.com>
Tue, 11 Feb 2020 13:31:05 +0000 (14:31 +0100)
commite81a2557e0650ee0ce37ba14476ddb709d6daf57
tree4fbb542169fbd0b5559b92bfb8975bd50328abd1
parent832c90df89f21c2ad1b3374a274fbd954bcac2ba
drm/ttm: use RCU in ttm_bo_flush_all_fences

This allows it to call the function without the lock held.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: xinhui pan <xinhui.pan@amd.com>
Link: https://patchwork.freedesktop.org/patch/352742/
drivers/gpu/drm/ttm/ttm_bo.c