Re: [PATCH v7 11/12] drm/amdgpu: introduce userqueue eviction fence

2023-10-26 Thread Christian König
Am 10.10.23 um 12:17 schrieb Shashank Sharma: This patch adds support for userqueue eviction fences. In general, when a process wants to map VRAM memory but TTM can't find enough space, it attempts to evict BOs from its LRU list. This fence will prevent the TTM manager from evicting the process's

[PATCH v7 11/12] drm/amdgpu: introduce userqueue eviction fence

2023-10-10 Thread Shashank Sharma
This patch adds support for userqueue eviction fences. In general, when a process wants to map VRAM memory but TTM can't find enough space, it attempts to evict BOs from its LRU list. This fence will prevent the TTM manager from evicting the process's BOs from VRAM. The general idea behind this is