[Intel-gfx] [PATCH 02/26] drm/i915: Skip shrinking already freed pages

Chris Wilson chris at chris-wilson.co.uk
Tue Jun 18 11:59:42 UTC 2019


Quoting Chris Wilson (2019-06-18 08:41:29)
> Previously, we want to shrink the pages of freed objects before they
> were RCU collected. However, by removing the struct_mutex serialisation
> around the active reference, we need to acquire an extra reference
> around the wait. Unfortunately this means that we have to skip objects
> that are waiting RCU collection.
> 
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110937
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris


More information about the Intel-gfx mailing list