Merge "soc: hw-fence: Add MSM_HW_FENCE_FLAG_SIGNALED_BIT"

This commit is contained in:
qctecmdr 2022-11-11 17:04:30 -08:00 committed by Gerrit - the friendly Code Review server
commit 73ecad8643

View File

@ -18,6 +18,15 @@
*/
#define MSM_HW_FENCE_FLAG_ENABLED_BIT 31
/**
* MSM_HW_FENCE_FLAG_SIGNALED_BIT - Hw-fence is signaled for the dma_fence.
*
* This flag is set by hw-fence driver when a client wants to add itself as
* a waiter for this hw-fence. The client uses this flag to avoid adding itself
* as a waiter for a fence that is already retired.
*/
#define MSM_HW_FENCE_FLAG_SIGNALED_BIT 30
/**
* MSM_HW_FENCE_ERROR_RESET - Hw-fence flagged as error due to forced reset from producer.
*/