Home
last modified time | relevance | path

Searched refs:amdgpu_userq_mgr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.h33 #define work_to_uq_mgr(w, name) container_of(w, struct amdgpu_userq_mgr, name)
58 struct amdgpu_userq_mgr *userq_mgr;
119 struct amdgpu_userq_mgr { struct
147 struct amdgpu_usermode_queue *amdgpu_userq_get(struct amdgpu_userq_mgr *uq_mgr, u32 qid); argument
152 int amdgpu_userq_mgr_init(struct amdgpu_userq_mgr *userq_mgr, struct drm_file *file_priv,
156 void amdgpu_userq_mgr_cancel_resume(struct amdgpu_userq_mgr *userq_mgr);
157 void amdgpu_userq_mgr_fini(struct amdgpu_userq_mgr *userq_mgr);
159 void amdgpu_userq_evict(struct amdgpu_userq_mgr *uq_mgr);
161 void amdgpu_userq_ensure_ev_fence(struct amdgpu_userq_mgr *userq_mgr,