add pp scanout capability 76/166576/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 11 Jan 2018 01:32:28 +0000 (10:32 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 11 Jan 2018 01:50:58 +0000 (10:50 +0900)
can be executed converting only scanout buffer.

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

index b170c48..d706e19 100644 (file)
@@ -152,6 +152,7 @@ typedef enum {
        TDM_PP_CAPABILITY_ASYNC          = (1 << 1), /**< The pp device supports asynchronous operation */
        TDM_PP_CAPABILITY_SCALE          = (1 << 4), /**< The pp device supports scale operation */
        TDM_PP_CAPABILITY_TRANSFORM      = (1 << 5), /**< The pp device supports transform operation */
+       TDM_PP_CAPABILITY_SCANOUT        = (1 << 6), /**< The pp device supports only scanout buffer */
 } tdm_pp_capability;
 
 /**