summaryrefslogtreecommitdiff
path: root/moorefield_hdmi
diff options
context:
space:
mode:
authorPradeep Radhakrishna <pradeep.radhakrishna@intel.com>2016-03-15 10:59:00 -0700
committerNick Desaulniers <ndesaulniers@google.com>2016-03-15 11:39:16 -0700
commit5355251183d68c7d43d7dc20d5237ee1991470ad (patch)
tree4284c9b52dffeafbf6e6529f4cd57083edfea799 /moorefield_hdmi
parent3413b71d9be6302c07d792b40cb232be5d683420 (diff)
downloadhwcomposer-5355251183d68c7d43d7dc20d5237ee1991470ad.tar.gz
HWC: Ignore RGB overlay for PIP issue
ignore RGB overlay for PIP case Bug: 26945608 Change-Id: Ie30ee6628f1629fe6e27535682115a358de4aecf Signed-off-by: Pradeep Radhakrishna <pradeep.radhakrishna@intel.com>
Diffstat (limited to 'moorefield_hdmi')
-rwxr-xr-xmoorefield_hdmi/common/base/HwcLayerList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moorefield_hdmi/common/base/HwcLayerList.cpp b/moorefield_hdmi/common/base/HwcLayerList.cpp
index 5185e98..ca5e85d 100755
--- a/moorefield_hdmi/common/base/HwcLayerList.cpp
+++ b/moorefield_hdmi/common/base/HwcLayerList.cpp
@@ -169,7 +169,7 @@ bool HwcLayerList::checkRgbOverlaySupported(HwcLayer *hwcLayer)
if (srcW != dstW || srcH != dstH) {
return false;
}
- return true;
+ return false;
}
bool HwcLayerList::checkCursorSupported(HwcLayer *hwcLayer)