Searched refs:a_fence (Results 1 – 4 of 4) sorted by relevance
63 struct amdgpu_fence *a_fence = to_amdgpu_fence(f); in amdgpu_sync_same_dev() local66 if (a_fence) in amdgpu_sync_same_dev()67 return a_fence->ring->adev == adev; in amdgpu_sync_same_dev()81 struct amdgpu_fence *a_fence = to_amdgpu_fence(f); in amdgpu_sync_test_owner() local85 if (a_fence) in amdgpu_sync_test_owner()86 return a_fence->owner == owner; in amdgpu_sync_test_owner()145 struct amdgpu_fence *a_fence = to_amdgpu_fence(f); in amdgpu_sync_get_owner() local150 else if (a_fence) in amdgpu_sync_get_owner()151 return a_fence->owner; in amdgpu_sync_get_owner()
412 struct amdgpu_fence *a_fence = to_amdgpu_fence(fence); in amdgpu_sa_bo_dump_fence() local415 if (a_fence) in amdgpu_sa_bo_dump_fence()417 a_fence->seq, a_fence->ring->idx); in amdgpu_sa_bo_dump_fence()
449 struct amdgpu_fence *a_fence; in amdgpu_ring_from_fence() local456 a_fence = to_amdgpu_fence(f); in amdgpu_ring_from_fence()457 if (a_fence) in amdgpu_ring_from_fence()458 return a_fence->ring; in amdgpu_ring_from_fence()
275 struct amdgpu_fence *a_fence = NULL; in amdgpu_test_create_and_emit_fence() local281 amdgpu_fence_emit(ring, AMDGPU_FENCE_OWNER_UNDEFINED, &a_fence); in amdgpu_test_create_and_emit_fence()283 *fence = &a_fence->base; in amdgpu_test_create_and_emit_fence()