From: Boram Park Date: Mon, 19 Mar 2018 05:10:22 +0000 (+0900) Subject: pp: remove unuseful pp capabilities X-Git-Tag: accepted/tizen/unified/20180321.060807~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F173151%2F1;hp=715ed9fb56c4c3d2624690c493799a8f27a1e00c;p=platform%2Fcore%2Fuifw%2Flibtdm.git pp: remove unuseful pp capabilities scale and transform seems as the default pp capabilities. Change-Id: I68eff0222105f1e255210ea1ebe58a22599af32a --- diff --git a/include/tdm_common.h b/include/tdm_common.h index f847a77..e97170b 100644 --- a/include/tdm_common.h +++ b/include/tdm_common.h @@ -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; /**