projects
/
platform
/
core
/
uifw
/
libtdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0e76b
)
pp: add TDM_PP_CAPABILITY_NO_CSC
41/172841/4
author
Boram Park
<boram1288.park@samsung.com>
Fri, 16 Mar 2018 08:05:54 +0000
(17:05 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Fri, 16 Mar 2018 08:18:32 +0000
(17:18 +0900)
Change-Id: I4e71eed1b65b3194e4578ad07270f6c17af3a217
include/tdm_common.h
patch
|
blob
|
history
diff --git
a/include/tdm_common.h
b/include/tdm_common.h
index db7e0870a960178d5c74ee3abd0426615bc6f8f1..f847a777c8285fb696868a7e9fee25709e4c0021 100644
(file)
--- a/
include/tdm_common.h
+++ b/
include/tdm_common.h
@@
-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;
/**