ig
> Sent: Monday, February 10, 2020 11:09:01 PM
> To: Pan, Xinhui ; amd-...@lists.freedesktop.org
> ; dri-devel@lists.freedesktop.org
>
> Subject: Cleanup TTMs delayed delete handling
>
> This series of patches cleans up TTMs delayed delete handling.
>
> The core of the n
: Cleanup TTMs delayed delete handling
This series of patches cleans up TTMs delayed delete handling.
The core of the new handling is that we new only have a single reference
counter instead of two and use kref_get_unless_zero() to grab BOs from the LRU
during eviction.
This reduces the overhead of
This series of patches cleans up TTMs delayed delete handling.
The core of the new handling is that we new only have a single reference
counter instead of two and use kref_get_unless_zero() to grab BOs from the LRU
during eviction.
This reduces the overhead of LRU moves and allows us to properl