Searched refs:ev_fence (Results 1 – 3 of 3) sorted by relevance
55 if (evf_mgr->ev_fence && in amdgpu_eviction_fence_replace_fence()56 !dma_fence_is_signaled(&evf_mgr->ev_fence->base)) in amdgpu_eviction_fence_replace_fence()75 old_ef = evf_mgr->ev_fence; in amdgpu_eviction_fence_replace_fence()76 evf_mgr->ev_fence = new_ef; in amdgpu_eviction_fence_replace_fence()108 struct amdgpu_eviction_fence *ev_fence; in amdgpu_eviction_fence_suspend_worker() local112 ev_fence = evf_mgr->ev_fence; in amdgpu_eviction_fence_suspend_worker()113 if (ev_fence) in amdgpu_eviction_fence_suspend_worker()114 dma_fence_get(&ev_fence->base); in amdgpu_eviction_fence_suspend_worker()119 amdgpu_userq_evict(uq_mgr, ev_fence); in amdgpu_eviction_fence_suspend_worker()122 dma_fence_put(&ev_fence->base); in amdgpu_eviction_fence_suspend_worker()[all …]
425 struct amdgpu_eviction_fence *ev_fence; in amdgpu_userq_ensure_ev_fence() local433 ev_fence = evf_mgr->ev_fence; in amdgpu_userq_ensure_ev_fence()435 if (!ev_fence || dma_fence_is_signaled(&ev_fence->base)) { in amdgpu_userq_ensure_ev_fence()1239 struct amdgpu_eviction_fence *ev_fence) in amdgpu_userq_evict() argument1256 amdgpu_eviction_fence_signal(evf_mgr, ev_fence); in amdgpu_userq_evict()
134 struct amdgpu_eviction_fence *ev_fence);