commit | 96c4c95d48dc075196c601b30a8798a262df9720 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Wed Jul 25 18:27:14 2012 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Tue Aug 14 14:18:11 2012 -0700 |
tree | 9db08b8eab3c0cbbcca2798ddd4a614f35915a96 | |
parent | 7c958d445fe88a82eedbd1b887cd1e474a7526b1 [diff] [blame] |
display: Get panel type from framebuffer Change-Id: I3b7cb78d7c6019482ae698b30d553ca782f5022b
diff --git a/libhwcomposer/hwc_uimirror.cpp b/libhwcomposer/hwc_uimirror.cpp index 3bbe30e..d2b766d 100644 --- a/libhwcomposer/hwc_uimirror.cpp +++ b/libhwcomposer/hwc_uimirror.cpp
@@ -61,7 +61,7 @@ sState = ovutils::OV_CLOSED; sIsUiMirroringOn = false; - if(!ctx->hasOverlay) { + if(!ctx->mMDP.hasOverlay) { ALOGD_IF(HWC_UI_MIRROR, "%s, this hw doesnt support mirroring", __FUNCTION__); return false;