Re: [PATCH 1/3] drm/nouveau: wait for moving fence after pinning v2

2021-06-22 Thread Daniel Vetter
On Tue, Jun 22, 2021 at 1:45 PM Christian König wrote: > > We actually need to wait for the moving fence after pinning > the BO to make sure that the pin is completed. > > v2: grab the lock while waiting > > Signed-off-by: Christian König > References: > https://lore.kernel.org/dri-devel/2021062

[PATCH 1/3] drm/nouveau: wait for moving fence after pinning v2

2021-06-22 Thread Christian König
We actually need to wait for the moving fence after pinning the BO to make sure that the pin is completed. v2: grab the lock while waiting Signed-off-by: Christian König References: https://lore.kernel.org/dri-devel/20210621151758.2347474-1-daniel.vet...@ffwll.ch/ CC: sta...@kernel.org --- dri