From 1bb656178eb1bb7a7f400060253a5a40e742c2f6 Mon Sep 17 00:00:00 2001 From: Zohaib Alam Date: Sat, 28 Sep 2013 03:38:20 -0400 Subject: hwc: vpuclient: vpuClient implementation Vpuclient is the client side for VFM in hwc. It follows the similar pattern of prepare and draw. It has 2 step prepare including: setVpuSession and prepare. The setVpuSession function passes all the layers from the SF list to VFM, which marks the layers that it can support. After this, the layer allocation/configuration is done, and finally in prepare the allocated pipes are passed down to VFM. The draw function passes the handle to the VFM to draw the video layer. Change-Id: I5d8795de35ed98716f7fa4cd48506b488cb3cb5d --- common.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 47c455fd..ae4ea610 100644 --- a/common.mk +++ b/common.mk @@ -36,8 +36,7 @@ ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 apq8084 \ common_flags += -DMDSS_TARGET endif -ifeq ($(call is-board-platform-in-list, mpq8092 msm_bronze msm8916), true) - #XXX: Replace with check from MDP when available +ifeq ($(call is-board-platform-in-list, mpq8092), true) common_flags += -DVPU_TARGET endif -- cgit v1.2.3