Searched refs:uq_mgr (Results 1 – 2 of 2) sorted by relevance
89 struct amdgpu_userq_mgr *uq_mgr = in amdgpu_userq_mgr_reset_work() local92 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_mgr_reset_work()123 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in amdgpu_userq_hang_detect_work() local124 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_hang_detect_work()314 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in amdgpu_userq_preempt_helper() local315 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_preempt_helper()338 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in amdgpu_userq_restore_helper() local339 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_restore_helper()362 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in amdgpu_userq_unmap_helper() local363 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_unmap_helper()[all …]
36 struct amdgpu_userq_mgr *uq_mgr, in mes_userq_create_wptr_mapping() argument75 ret = amdgpu_evf_mgr_attach_fence(&uq_mgr_to_fpriv(uq_mgr)->evf_mgr, wptr_obj->obj); in mes_userq_create_wptr_mapping()116 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in mes_userq_map() local117 struct amdgpu_device *adev = uq_mgr->adev; in mes_userq_map()134 queue_input.process_context_addr = uq_mgr->proc_ctx_obj.gpu_addr; in mes_userq_map()149 if (!uq_mgr->proc_ctx_allocated) { in mes_userq_map()150 r = amdgpu_mes_alloc_proc_ctx_index(mes, &uq_mgr->proc_ctx_array_index); in mes_userq_map()155 uq_mgr->proc_ctx_allocated = true; in mes_userq_map()163 queue_input.process_context_array_index = uq_mgr->proc_ctx_array_index; in mes_userq_map()180 struct amdgpu_userq_mgr *uq_mgr = queue->userq_mgr; in mes_userq_unmap() local[all …]