Cleanup TTMs delayed delete handling

Christian König ckoenig.leichtzumerken at gmail.com
Mon Feb 10 15:09:01 UTC 2020


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 properly individualize the BOs reservation object during deletion to allow adding BOs for clearing memory, unmapping page tables etc..

Please review and comment,
Christian.




More information about the amd-gfx mailing list