projects
/
platform
/
core
/
uifw
/
libtdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
020864e
)
hwc: add TDM_COMPOSITION_VIDEO
02/166802/1
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Jan 2018 04:00:38 +0000
(13:00 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Jan 2018 04:00:38 +0000
(13:00 +0900)
Change-Id: Ib1ed904c821ab83cad4d79f8dc794649067b6228
include/tdm_types.h
patch
|
blob
|
history
diff --git
a/include/tdm_types.h
b/include/tdm_types.h
index
ebb8291
..
6813c72
100644
(file)
--- a/
include/tdm_types.h
+++ b/
include/tdm_types.h
@@
-187,6
+187,11
@@
typedef enum {
* still permit the device to composite the layer. */
TDM_COMPOSITION_CURSOR = 4,
+ /** This type is for the VIDEO window which can be set to the reserved hw overlay
+ * which is assigned by the device.
+ *
+ * Normally, this VIDEO window displays under the primary hw overlayer of the output. */
+ TDM_COMPOSITION_VIDEO = 5,
} tdm_hwc_window_composition;
/**