summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hwc/hwc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index e27ef00..57b86ce 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -1531,8 +1531,7 @@ static void blit_reset(omap4_hwc_device_t *hwc_dev)
static int blit_layers(omap4_hwc_device_t *hwc_dev, hwc_layer_list_t *list, int bufoff)
{
- /* Do not blit if this frame will be composed entirely by the GPU */
- if (!list || hwc_dev->force_sgx || hwc_dev->ext.mirror.enabled)
+ if (!list || hwc_dev->ext.mirror.enabled)
goto err_out;
int rgz_in_op;