Re: Cleanup TTMs delayed delete handling

2020-02-11 Thread Daniel Vetter
ig > Sent: Monday, February 10, 2020 11:09:01 PM > To: Pan, Xinhui ; amd-gfx@lists.freedesktop.org > ; dri-de...@lists.freedesktop.org > > Subject: Cleanup TTMs delayed delete handling > > This series of patches cleans up TTMs delayed delete handling. > > The core of the n

Re: Cleanup TTMs delayed delete handling

2020-02-11 Thread Pan, Xinhui
: 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

Cleanup TTMs delayed delete handling

2020-02-10 Thread Christian König
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