summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdm/include/core/layer_stack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdm/include/core/layer_stack.h b/sdm/include/core/layer_stack.h
index 81ecfd6d..4f075adc 100644
--- a/sdm/include/core/layer_stack.h
+++ b/sdm/include/core/layer_stack.h
@@ -187,6 +187,10 @@ struct LayerFlags {
uint32_t single_buffer : 1; //!< This flag shall be set by client to indicate that the layer
//!< uses only a single buffer that will not be swapped out
+
+ uint32_t sde_preferred : 1; //! This flag shall be set by client to indicate that this layer
+ //! will be composed by display device, layer with this flag
+ //! will have highest priority. To be used by OEMs only.
};
uint32_t flags = 0; //!< For initialization purpose only.