From 38e70de1930d700b74e46e8c86c57c6e98e23f12 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Wed, 19 Feb 2020 16:46:04 +0900 Subject: [PATCH] tdm_backend: add pp capability member add vertical preferred align capability. Change-Id: I6df474e55645896c18a62632d670fabee33b6515 Signed-off-by: Junkyeong Kim --- include/tdm_backend.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/tdm_backend.h b/include/tdm_backend.h index f8ddd858..683eed63 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -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; -- 2.34.1