Searched refs:ev_fence (Results 1 – 4 of 4) sorted by relevance
55 if (evf_mgr->ev_fence && in amdgpu_eviction_fence_replace_fence()112 ev_fence = evf_mgr->ev_fence; in amdgpu_eviction_fence_suspend_worker()113 if (ev_fence) in amdgpu_eviction_fence_suspend_worker()138 ev_fence = to_ev_fence(f); in amdgpu_eviction_fence_enable_signaling()164 ev_fence = kzalloc(sizeof(*ev_fence), GFP_KERNEL); in amdgpu_eviction_fence_create()165 if (!ev_fence) in amdgpu_eviction_fence_create()174 return ev_fence; in amdgpu_eviction_fence_create()185 ev_fence = evf_mgr->ev_fence; in amdgpu_eviction_fence_destroy()188 if (!ev_fence) in amdgpu_eviction_fence_destroy()214 ev_fence = evf_mgr->ev_fence; in amdgpu_eviction_fence_attach()[all …]
39 struct amdgpu_eviction_fence *ev_fence; member64 struct amdgpu_eviction_fence *ev_fence);
141 struct amdgpu_eviction_fence *ev_fence; in amdgpu_userq_ensure_ev_fence() local149 ev_fence = evf_mgr->ev_fence; in amdgpu_userq_ensure_ev_fence()151 if (!ev_fence || dma_fence_is_signaled(&ev_fence->base)) { in amdgpu_userq_ensure_ev_fence()787 struct amdgpu_eviction_fence *ev_fence) in amdgpu_userq_evict() argument807 amdgpu_eviction_fence_signal(evf_mgr, ev_fence); in amdgpu_userq_evict()
115 struct amdgpu_eviction_fence *ev_fence);
Completed in 10 milliseconds