On Thu, 2 Nov 2023 at 09:32, Danilo Krummrich <dakr@xxxxxxxxxx> wrote: > > GPUVM provides common infrastructure to track external and evicted GEM > objects as well as locking and validation helpers. > > Especially external and evicted object tracking is a huge improvement > compared to the current brute force approach of iterating all mappings > in order to lock and validate the GPUVM's GEM objects. Hence, make us of > it. > > Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> Reviewed-by: Dave Airlie <airlied@xxxxxxxxxx> Dave.