Lines Matching refs:fpriv
572 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_userq_destroy() local
573 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_destroy()
671 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_userq_create() local
672 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_create()
704 amdgpu_userq_ensure_ev_fence(&fpriv->userq_mgr, &fpriv->evf_mgr); in amdgpu_userq_create()
724 queue->vm = &fpriv->vm; in amdgpu_userq_create()
1012 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_vm_validate() local
1017 struct amdgpu_vm *vm = &fpriv->vm; in amdgpu_userq_vm_validate()
1135 ret = amdgpu_eviction_fence_replace_fence(&fpriv->evf_mgr, &exec); in amdgpu_userq_vm_validate()
1154 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_restore_worker() local
1157 flush_delayed_work(&fpriv->evf_mgr.suspend_work); in amdgpu_userq_restore_worker()
1241 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_evict() local
1242 struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr; in amdgpu_userq_evict()