[Intel-gfx] [PATCH] drm/i915: Separate pinning of pages from i915_vma_insert()

Chris Wilson chris at chris-wilson.co.uk
Fri Aug 2 20:30:43 UTC 2019


Quoting Prathap Kumar Valsan (2019-08-02 21:41:11)
> Currently i915_vma_insert() is responsible for allocating drm mm node
> and also allocating or gathering physical pages. Move the latter to a
> separate function for better readability.

Close but if you look at the mutex patches, you'll see why it has to be
before.
-Chris


More information about the Intel-gfx mailing list