From 82162d35709e02e9679a540743c5b6b05d36bced Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Thu, 27 Nov 2014 17:53:09 -0600 Subject: hwc: Add option to ignore fb1. With Lollipop, HWC 1.0 and secondary displays don't play well together. So we might as well just disable it and save 16MB of RAM. Conflicts: BoardConfig.mk --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 700b1e3..d91340b 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -80,6 +80,8 @@ SGX_MODULES: TARGET_KERNEL_MODULES += SGX_MODULES +TARGET_TI_HWC_HDMI_DISABLED := true + # TI Enhancement Settings (Part 2) ifdef BOARD_USE_TI_ENHANCED_DOMX BOARD_USE_TI_DUCATI_H264_PROFILE := true -- cgit v1.1