Symbol: amdgpu_eviction_fence_mgr
drivers/gpu/drm/amd/amdgpu/amdgpu.h
455
struct amdgpu_eviction_fence_mgr evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
119
int amdgpu_evf_mgr_rearm(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
150
void amdgpu_evf_mgr_detach_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
160
void amdgpu_evf_mgr_init(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
169
void amdgpu_evf_mgr_shutdown(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
176
void amdgpu_evf_mgr_flush_suspend(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
184
void amdgpu_evf_mgr_fini(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
60
struct amdgpu_eviction_fence_mgr *evf_mgr =
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
61
container_of(work, struct amdgpu_eviction_fence_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.c
96
int amdgpu_evf_mgr_attach_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
34
struct amdgpu_eviction_fence_mgr *evf_mgr;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
51
amdgpu_evf_mgr_get_fence(struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
61
int amdgpu_evf_mgr_attach_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
63
int amdgpu_evf_mgr_rearm(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
65
void amdgpu_evf_mgr_detach_fence(struct amdgpu_eviction_fence_mgr *evf_mgr,
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
67
void amdgpu_evf_mgr_init(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
68
void amdgpu_evf_mgr_shutdown(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
69
void amdgpu_evf_mgr_flush_suspend(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
70
void amdgpu_evf_mgr_fini(struct amdgpu_eviction_fence_mgr *evf_mgr);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
408
struct amdgpu_eviction_fence_mgr *evf_mgr)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
162
struct amdgpu_eviction_fence_mgr *evf_mgr);