add TDM_LAYER_CAPABILITY_RESERVED_MEMORY 92/64892/1 accepted/tizen/common/20160406.144631 accepted/tizen/ivi/20160407.000246 accepted/tizen/mobile/20160407.000201 accepted/tizen/tv/20160407.000212 accepted/tizen/wearable/20160407.000229 submit/tizen/20160406.052734
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 6 Apr 2016 05:24:18 +0000 (14:24 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 6 Apr 2016 05:24:18 +0000 (14:24 +0900)
Change-Id: I0a67874a6ff3345d83d02b9c325a58e3d4543cd2

include/tdm_types.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 744e8f0..af69324
@@ -166,6 +166,7 @@ typedef enum {
         TDM_LAYER_CAPABILITY_SCALE          = (1 << 8), /**< if a layer has scale capability  */
         TDM_LAYER_CAPABILITY_TRANSFORM      = (1 << 9), /**< if a layer has transform capability  */
         TDM_LAYER_CAPABILITY_SCANOUT        = (1 << 10), /**< if a layer allows a scanout buffer only */
+        TDM_LAYER_CAPABILITY_RESEVED_MEMORY = (1 << 11), /**< if a layer allows a reserved buffer only */
 } tdm_layer_capability;
 
 /**