mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
Merge "soc: hw-fence: Add MSM_HW_FENCE_FLAG_SIGNALED_BIT"
This commit is contained in:
commit
73ecad8643
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user