hwc: add TDM_COMPOSITION_VIDEO 02/166802/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Jan 2018 04:00:38 +0000 (13:00 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Jan 2018 04:00:38 +0000 (13:00 +0900)
Change-Id: Ib1ed904c821ab83cad4d79f8dc794649067b6228

include/tdm_types.h

index ebb8291..6813c72 100644 (file)
@@ -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;
 
 /**