pp: add TDM_PP_CAPABILITY_NO_CSC 41/172841/4
authorBoram Park <boram1288.park@samsung.com>
Fri, 16 Mar 2018 08:05:54 +0000 (17:05 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 16 Mar 2018 08:18:32 +0000 (17:18 +0900)
Change-Id: I4e71eed1b65b3194e4578ad07270f6c17af3a217

include/tdm_common.h

index db7e087..f847a77 100644 (file)
@@ -155,6 +155,7 @@ typedef enum {
        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_NO_CSC         = (1 << 7), /**< The pp device doesnt supports Color Space Conversion */
 } tdm_pp_capability;
 
 /**