Skip to content
Commit 470db8b7 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/gem: tie deferred unmapping of buffers to VMA fence completion



As VMAs are per-client, unlike buffers, this allows us to avoid referencing
foreign fences (those that belong to another client/driver) from the client
deferred work handler, and prevent some not-fun race conditions that can be
triggered when a fence stalls.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 0db912af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment