summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Qiu <junhai.qiu@intel.com>2014-05-07 16:45:08 -0700
committerbuildslave <sys_buildbot@intel.com>2014-05-28 02:46:13 +0000
commitc0529447ae16f023dfab2978ea2b245f368e893b (patch)
tree0843fab6d564b806e0bea42d7c9a5a80417bb093 /include
parent7546c3bf1068951d79db52cc060acb5739026db5 (diff)
downloadhwcomposer-c0529447ae16f023dfab2978ea2b245f368e893b.tar.gz
Support TTM buffer for overlay plane.
BZ: 198175 TTM buffer support for overlay plane is removed in Annidale. Need to add it back when rotation is not supported by overlay plane. Change-Id: Ibe0e8307fbd6258464007b142ed0496674a8f54d Signed-off-by: Andy Qiu <junhai.qiu@intel.com> Signed-off-by: Li Zeng <li.zeng@intel.com> Signed-off-by: Zhu,Tianyang <tianyang.zhu@intel.com> Signed-off-by: Andy Qiu <junhai.qiu@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/DisplayPlane.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/DisplayPlane.h b/include/DisplayPlane.h
index bf8d2a0..6e3bb0a 100644
--- a/include/DisplayPlane.h
+++ b/include/DisplayPlane.h
@@ -57,21 +57,6 @@ class ZOrderConfig;
class DisplayPlane {
public:
- // transform
- enum {
- PLANE_TRANSFORM_0 = 0,
- PLANE_TRANSFORM_90 = HWC_TRANSFORM_ROT_90,
- PLANE_TRANSFORM_180 = HWC_TRANSFORM_ROT_180,
- PLANE_TRANSFORM_270 = HWC_TRANSFORM_ROT_270,
- };
-
- // blending
- enum {
- PLANE_BLENDING_NONE = HWC_BLENDING_NONE,
- PLANE_BLENDING_PREMULT = HWC_BLENDING_PREMULT,
- PLANE_BLENDING_COVERAGE = HWC_BLENDING_COVERAGE,
- };
-
// plane type
enum {
PLANE_SPRITE = 0,