Searched refs:evf_mgr (Results 1 – 6 of 6) sorted by relevance
441 struct amdgpu_eviction_fence_mgr *evf_mgr) in amdgpu_userq_ensure_ev_fence() argument450 ev_fence = amdgpu_evf_mgr_get_fence(evf_mgr); in amdgpu_userq_ensure_ev_fence()737 amdgpu_userq_ensure_ev_fence(&fpriv->userq_mgr, &fpriv->evf_mgr); in amdgpu_userq_create()1191 ret = amdgpu_evf_mgr_rearm(&fpriv->evf_mgr, &exec); in amdgpu_userq_vm_validate_and_restore_queue()1219 ev_fence = amdgpu_evf_mgr_get_fence(&fpriv->evf_mgr); in amdgpu_userq_restore_worker()
2995 amdgpu_evf_mgr_shutdown(&fpriv->evf_mgr); in amdgpu_drm_release()2997 amdgpu_evf_mgr_flush_suspend(&fpriv->evf_mgr); in amdgpu_drm_release()2999 amdgpu_evf_mgr_fini(&fpriv->evf_mgr); in amdgpu_drm_release()
267 r = amdgpu_evf_mgr_attach_fence(&fpriv->evf_mgr, abo); in amdgpu_gem_object_open()341 amdgpu_evf_mgr_detach_fence(&fpriv->evf_mgr, bo); in amdgpu_gem_object_close()
75 ret = amdgpu_evf_mgr_attach_fence(&uq_mgr_to_fpriv(uq_mgr)->evf_mgr, wptr_obj->obj); in mes_userq_create_wptr_mapping()
530 amdgpu_userq_ensure_ev_fence(&fpriv->userq_mgr, &fpriv->evf_mgr); in amdgpu_userq_signal_ioctl()
421 struct amdgpu_eviction_fence_mgr evf_mgr; member