summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2021-05-27 10:43:35 -0700
committerLinux Build Service Account <lnxbuild@localhost>2021-05-27 10:43:35 -0700
commitd9ed7d03d1199f99cd708670e3b31a735ea3057f (patch)
treea98f61e149717379ca31f33bbf1a76b4221dd546
parent72bb67aa9098b8d158be0a4df94679794d477759 (diff)
parentae684acc368b27a09b44ceb457981e7415194f88 (diff)
Merge ae684acc368b27a09b44ceb457981e7415194f88 on remote branch
Change-Id: I6ebb665e4279e320f91fba3227db3efe3d21741b
-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.