summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hwcomposer/hwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwcomposer/hwc.c b/hwcomposer/hwc.c
index 18df5e8..343778f 100644
--- a/hwcomposer/hwc.c
+++ b/hwcomposer/hwc.c
@@ -162,7 +162,7 @@ static void hwc_check_dss_composition(omap_hwc_device_t *hwc_dev, int disp)
162 hwc_layer_1_t *layer = NULL; 162 hwc_layer_1_t *layer = NULL;
163 uint32_t i, j; 163 uint32_t i, j;
164 164
165 if (disp || list->numHwLayers == 1 || comp->use_blitter) 165 if (disp || list->numHwLayers <= 2 || comp->use_blitter)
166 return; 166 return;
167 167
168 if (!property_get_bool("persist.hwc.dss.comp", 1)) 168 if (!property_get_bool("persist.hwc.dss.comp", 1))