Home
last modified time | relevance | path

Searched defs:userq_mgr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c1301 int amdgpu_userq_mgr_init(struct amdgpu_userq_mgr *userq_mgr, struct drm_file *file_priv, in amdgpu_userq_mgr_init()
1313 void amdgpu_userq_mgr_cancel_resume(struct amdgpu_userq_mgr *userq_mgr) in amdgpu_userq_mgr_cancel_resume()
1318 void amdgpu_userq_mgr_fini(struct amdgpu_userq_mgr *userq_mgr) in amdgpu_userq_mgr_fini()
H A Damdgpu_userq_fence.c462 struct amdgpu_userq_mgr *userq_mgr = &fpriv->userq_mgr; in amdgpu_userq_signal_ioctl() local
715 struct amdgpu_userq_mgr *userq_mgr = &fpriv->userq_mgr; in amdgpu_userq_wait_return_fence_info() local
H A Damdgpu_userq.h63 struct amdgpu_userq_mgr *userq_mgr; member