summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorZohaib Alam <zalam@codeaurora.org>2013-09-28 03:38:20 -0400
committerZohaib Alam <zalam@codeaurora.org>2014-01-31 14:59:19 -0500
commit1bb656178eb1bb7a7f400060253a5a40e742c2f6 (patch)
tree7bc107b9324a9be01d33bad5b943ac45929b1d37 /common.mk
parentac067305709612b6287a2db33aae36597911ef20 (diff)
downloaddisplay-1bb656178eb1bb7a7f400060253a5a40e742c2f6.tar.gz
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 1 insertions, 2 deletions
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