Lines Matching full:owner
81 * amdgpu_sync_get_owner - extract the owner of a fence
83 * @f: fence get the owner from
97 return s_fence->owner; in amdgpu_sync_get_owner()
174 /* Determine based on the owner and mode if we should sync to a fence or not */
177 void *owner, struct dma_fence *f) in amdgpu_sync_test_fence() argument
189 owner != AMDGPU_FENCE_OWNER_UNDEFINED) in amdgpu_sync_test_fence()
194 owner != AMDGPU_FENCE_OWNER_UNDEFINED && in amdgpu_sync_test_fence()
195 owner != AMDGPU_FENCE_OWNER_KFD) in amdgpu_sync_test_fence()
205 fence_owner == owner) in amdgpu_sync_test_fence()
211 fence_owner != owner) in amdgpu_sync_test_fence()
230 * @mode: how owner affects which fences we sync to
231 * @owner: owner of the planned job submission
237 void *owner) in amdgpu_sync_resv() argument
251 if (amdgpu_sync_test_fence(adev, mode, owner, tmp)) { in amdgpu_sync_resv()