Lines Matching +full:sync +full:- +full:2
1 /* SPDX-License-Identifier: MIT */
19 #define SYNC_PARSE_FLAG_DISALLOW_USER_FENCE BIT(2)
22 struct xe_sync_entry *sync,
25 int xe_sync_entry_wait(struct xe_sync_entry *sync);
26 int xe_sync_entry_add_deps(struct xe_sync_entry *sync,
28 void xe_sync_entry_signal(struct xe_sync_entry *sync,
31 void xe_sync_entry_cleanup(struct xe_sync_entry *sync);
33 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync,
36 static inline bool xe_sync_is_ufence(struct xe_sync_entry *sync) in xe_sync_is_ufence() argument
38 return !!sync->ufence; in xe_sync_is_ufence()
41 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync);