Re: [PATCH drm-misc-next v8 12/12] drm/nouveau: use GPUVM common infrastructure

From: Dave Airlie
Date: Thu Nov 02 2023 - 00:47:48 EST


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.