From 088aa2e96ca883fd1563e878575c2f3e7955fab2 Mon Sep 17 00:00:00 2001 From: Victor Tasayco Loarte Date: Thu, 12 Jan 2017 13:34:38 +0800 Subject: display: fix up TTM dependency by setting ov# to 0 this is to fix TTM dependency which back video use case investigations have been done to prove the innocence, 1. Overlay plane is only capable for video data format 2. watch HwcLayer::attachPlane, there is no overlay plane used 3. watch TTM apis in kernel, there is no use case besides video Change-Id: I8263cb0a2f53db1b38081fb3d1193819fad92e71 Tracked-On: https://jira01.devtools.intel.com/browse/AW-3488 Signed-off-by: wentaoli (cherry picked from commit 0682b313abefa21fa5155593945c4d20be378c17) --- merrifield/ips/tangier/TngPlaneManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merrifield/ips/tangier/TngPlaneManager.cpp b/merrifield/ips/tangier/TngPlaneManager.cpp index d973aa9..08ed8ea 100644 --- a/merrifield/ips/tangier/TngPlaneManager.cpp +++ b/merrifield/ips/tangier/TngPlaneManager.cpp @@ -36,7 +36,7 @@ TngPlaneManager::~TngPlaneManager() bool TngPlaneManager::initialize() { mSpritePlaneCount = 1; // Sprite D - mOverlayPlaneCount = 2; // Overlay A & C + mOverlayPlaneCount = 0; // Skip overlay A & C by setting count to 0 mPrimaryPlaneCount = 3; // Primary A, B, C mCursorPlaneCount = 3; -- cgit v1.2.3