Re: TTM evicting same-vm bos

2025-05-16 Thread Christian König
Hi Thomas, sorry for the delayed reply. On 5/13/25 11:14, Hellstrom, Thomas wrote: > Hi, Christian > > During eviction we want to be able to evict bos that share the VM's > reservation object but that are currently not bound to the VM since > they are not part of the current working set. > > TT

TTM evicting same-vm bos

2025-05-13 Thread Hellstrom, Thomas
Hi, Christian During eviction we want to be able to evict bos that share the VM's reservation object but that are currently not bound to the VM since they are not part of the current working set. TTM can't handle this situation since it's not aware of whether a bo is bound to a VM or not. Do you