Symbol: amdgpu_eviction_fence_mgr
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
513
struct amdgpu_eviction_fence_mgr evf_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
105
struct amdgpu_eviction_fence_mgr *evf_mgr = work_to_evf_mgr(work, suspend_work.work);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
132
struct amdgpu_eviction_fence_mgr *evf_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
151
void amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
160
amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
182
void amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
202
int amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
227
void amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
237
int amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
28
#define work_to_evf_mgr(w, name) container_of(w, struct amdgpu_eviction_fence_mgr, name)
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
47
amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
32
struct amdgpu_eviction_fence_mgr *evf_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
46
amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
49
amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
52
amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
56
amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
60
amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
63
amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.h
67
amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
220
struct amdgpu_eviction_fence_mgr *evf_mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
950
struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.h
131
struct amdgpu_eviction_fence_mgr *evf_mgr);