Symbol: amdgpu_eviction_fence_mgr
drivers/gpu/drm/amd/amdgpu/amdgpu.h
453
struct amdgpu_eviction_fence_mgr evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
105
struct amdgpu_eviction_fence_mgr *evf_mgr = work_to_evf_mgr(work, suspend_work.work);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
132
struct amdgpu_eviction_fence_mgr *evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
151
void amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
160
amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
177
void amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
197
int amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
222
void amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
232
int amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
28
#define work_to_evf_mgr(w, name) container_of(w, struct amdgpu_eviction_fence_mgr, name)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
47
amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
32
struct amdgpu_eviction_fence_mgr *evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
46
amdgpu_eviction_fence_create(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
49
amdgpu_eviction_fence_destroy(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
52
amdgpu_eviction_fence_attach(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
56
amdgpu_eviction_fence_detach(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
60
amdgpu_eviction_fence_init(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
63
amdgpu_eviction_fence_signal(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
67
amdgpu_eviction_fence_replace_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1374
struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
473
struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
137
struct amdgpu_eviction_fence_mgr *evf_mgr);