Home
last modified time | relevance | path

Searched defs:evf_mgr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_eviction_fence.c47 amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr, in amdgpu_eviction_fence_replace_fence()
105 struct amdgpu_eviction_fence_mgr *evf_mgr = work_to_evf_mgr(work, suspend_work.work); in amdgpu_eviction_fence_suspend_worker() local
132 struct amdgpu_eviction_fence_mgr *evf_mgr; in amdgpu_eviction_fence_enable_signaling() local
151 void amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr, in amdgpu_eviction_fence_signal()
160 amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_eviction_fence_create()
177 void amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_eviction_fence_destroy()
197 int amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr, in amdgpu_eviction_fence_attach()
222 void amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr, in amdgpu_eviction_fence_detach()
232 int amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_eviction_fence_init()
H A Damdgpu_userq.c199 struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_userq_ensure_ev_fence()
894 struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr; in amdgpu_userq_evict() local
H A Damdgpu.h507 struct amdgpu_eviction_fence_mgr evf_mgr; member