pp: remove unuseful pp capabilities 51/173151/1
authorBoram Park <boram1288.park@samsung.com>
Mon, 19 Mar 2018 05:10:22 +0000 (14:10 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 20 Mar 2018 01:33:05 +0000 (10:33 +0900)
scale and transform seems as the default pp capabilities.

Change-Id: I68eff0222105f1e255210ea1ebe58a22599af32a

include/tdm_common.h

index f847a77..e97170b 100644 (file)
@@ -152,10 +152,8 @@ typedef enum {
 typedef enum {
        TDM_PP_CAPABILITY_SYNC           = (1 << 0), /**< The pp device supports synchronous operation */
        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_NO_CSC         = (1 << 7), /**< The pp device doesnt supports Color Space Conversion */
+       TDM_PP_CAPABILITY_SCANOUT        = (1 << 4), /**< The pp device supports only scanout buffer */
+       TDM_PP_CAPABILITY_NO_CSC         = (1 << 5), /**< The pp device doesn't supports Color Space Conversion */
 } tdm_pp_capability;
 
 /**