drm/amdgpu: wait for moving fence after pinning
authorChristian König <christian.koenig@amd.com>
Mon, 21 Jun 2021 12:29:14 +0000 (14:29 +0200)
committerChristian König <christian.koenig@amd.com>
Tue, 22 Jun 2021 13:29:03 +0000 (15:29 +0200)
commit8ddf5b9bb479570a3825d70fecfb9399bc15700c
tree30c88932a8e180187fb2be054c18484123a7e68a
parent4b41726aae563273bb4b4a9462ba51ce4d372f78
drm/amdgpu: wait for moving fence after pinning

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-3-christian.koenig@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c