From ba98737d26ef95f486ce35b5e55b50af9a4e4237 Mon Sep 17 00:00:00 2001 From: "Arun Kumar K.R" Date: Wed, 19 Dec 2012 18:23:45 -0800 Subject: hwcomposer: Add HWC_BLIT compositiontype value - HWC_BLIT this layer will be handled in the HWC, using a blit engine - setting this will inform Surfaceflinger to flip FB_TARGET Change-Id: I25d19ec41b57863d451c3e390109c912faf1381c --- include/hardware/hwcomposer_defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/hardware/hwcomposer_defs.h b/include/hardware/hwcomposer_defs.h index b23f08a..8ec048b 100644 --- a/include/hardware/hwcomposer_defs.h +++ b/include/hardware/hwcomposer_defs.h @@ -97,6 +97,9 @@ enum { /* this layer holds the result of compositing the HWC_FRAMEBUFFER layers. * Added in HWC_DEVICE_API_VERSION_1_1. */ HWC_FRAMEBUFFER_TARGET = 3, + + /* this layer will be handled in the HWC, using a blit engine */ + HWC_BLIT = 4, }; /* -- cgit v1.1