Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c89 struct amdgpu_userq_mgr *uq_mgr = in amdgpu_userq_mgr_reset_work() local
92 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() local
124 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() local
315 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() local
339 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() local
363 struct amdgpu_device *adev = uq_mgr->adev; in amdgpu_userq_unmap_helper()
[all …]
H A Dmes_userqueue.c36 struct amdgpu_userq_mgr *uq_mgr, in mes_userq_create_wptr_mapping() argument
75 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() local
117 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 …]