Searched refs:amdgpu_eviction_fence_mgr (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_eviction_fence.h | 32 struct amdgpu_eviction_fence_mgr *evf_mgr; 35 struct amdgpu_eviction_fence_mgr { struct 46 amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr); argument 49 amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr); 52 amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr, 56 amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr, 60 amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr); 63 amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr, 67 amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
|
| A D | amdgpu_eviction_fence.c | 28 #define work_to_evf_mgr(w, name) container_of(w, struct amdgpu_eviction_fence_mgr, name) 47 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() 132 struct amdgpu_eviction_fence_mgr *evf_mgr; in amdgpu_eviction_fence_enable_signaling() 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()
|
| A D | amdgpu_userq.h | 120 struct amdgpu_eviction_fence_mgr *evf_mgr);
|
| A D | amdgpu_userq.c | 139 struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_userq_ensure_ev_fence() 791 struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr; in amdgpu_userq_evict()
|
| A D | amdgpu.h | 507 struct amdgpu_eviction_fence_mgr evf_mgr;
|
Completed in 19 milliseconds