commit | 694bb36aa75da5fa433ab0601989d58d71cf7f10 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Jun 21 13:43:05 2021 +0200 |
committer | Sasha Levin <sashal@kernel.org> | Wed Jun 30 08:47:16 2021 -0400 |
tree | 066e3d56cead6dea7f0ddb0d8c30928464d8a198 | |
parent | bcfea2412f4b3fa38ae91dd1640b7c63b3a8295e [diff] |
drm/radeon: wait for moving fence after pinning commit 4b41726aae563273bb4b4a9462ba51ce4d372f78 upstream. We actually need to wait for the moving fence after pinning the BO to make sure that the pin is completed. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> References: https://lore.kernel.org/dri-devel/20210621151758.2347474-1-daniel.vetter@ffwll.ch/ CC: stable@kernel.org Link: https://patchwork.freedesktop.org/patch/msgid/20210622114506.106349-2-christian.koenig@amd.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>