Lines Matching refs:fpriv
299 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_userq_destroy() local
300 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_destroy()
393 struct amdgpu_fpriv *fpriv = filp->driver_priv; in amdgpu_userq_create() local
394 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_create()
443 amdgpu_userq_ensure_ev_fence(&fpriv->userq_mgr, &fpriv->evf_mgr); in amdgpu_userq_create()
461 queue->vm = &fpriv->vm; in amdgpu_userq_create()
624 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_validate_bos() local
625 struct amdgpu_vm *vm = &fpriv->vm; in amdgpu_userq_validate_bos()
709 ret = amdgpu_eviction_fence_replace_fence(&fpriv->evf_mgr, &exec); in amdgpu_userq_validate_bos()
721 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_restore_worker() local
724 flush_delayed_work(&fpriv->evf_mgr.suspend_work); in amdgpu_userq_restore_worker()
790 struct amdgpu_fpriv *fpriv = uq_mgr_to_fpriv(uq_mgr); in amdgpu_userq_evict() local
791 struct amdgpu_eviction_fence_mgr *evf_mgr = &fpriv->evf_mgr; in amdgpu_userq_evict()