From 726c06f3a555bed0c3dc1d0e1488faf7d5b1ef8f Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Fri, 12 Jan 2018 13:00:38 +0900 Subject: [PATCH] hwc: add TDM_COMPOSITION_VIDEO Change-Id: Ib1ed904c821ab83cad4d79f8dc794649067b6228 --- include/tdm_types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/tdm_types.h b/include/tdm_types.h index ebb8291..6813c72 100644 --- 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; /** -- 2.7.4