tdm_backend: add pp capability member 60/225360/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 19 Feb 2020 07:46:04 +0000 (16:46 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 19 Feb 2020 07:46:07 +0000 (16:46 +0900)
add vertical preferred align capability.

Change-Id: I6df474e55645896c18a62632d670fabee33b6515
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
include/tdm_backend.h

index f8ddd85..683eed6 100644 (file)
@@ -167,11 +167,12 @@ typedef struct _tdm_caps_pp {
        tbm_format
        *formats;            /**< The @b newly-allocated array. will be freed in frontend. */
 
-       int min_w;              /**< The minimun width */
-       int min_h;              /**< The minimun height */
-       int max_w;              /**< The maximum width */
-       int max_h;              /**< The maximum height */
-       int preferred_align;    /**< The prefered align */
+       int min_w;                      /**< The minimun width */
+       int min_h;                      /**< The minimun height */
+       int max_w;                      /**< The maximum width */
+       int max_h;                      /**< The maximum height */
+       int preferred_align;            /**< The prefered align */
+       int preferred_align_vertical;   /**< The prefered align vertical */
 
        /**< The attach count which a PP object can handle. @since 1.2.0 */
        int max_attach_count;