add TDM_LAYER_CAPABILITY_SCANOUT 06/58806/1
authorBoram Park <boram1288.park@samsung.com>
Wed, 3 Feb 2016 13:44:04 +0000 (22:44 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 3 Feb 2016 13:57:59 +0000 (22:57 +0900)
    some hardware only accets scanout buffers. In this case, the
    display server will pass only a scanout buffer to a TDM layer.

Change-Id: Ie7fd294b7da7e8ccd525924df8f76387ed5410b3

include/tdm_types.h

index 120137a..721d956 100644 (file)
@@ -170,6 +170,7 @@ typedef enum
     TDM_LAYER_CAPABILITY_VIDEO          = (1<<5),   /**< video */
     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;
 
 /**