summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2013-07-29 17:41:40 -0400
committerGerrit - the friendly Code Review server <code-review@localhost>2013-09-12 09:15:44 -0700
commit58780b987b4b51983d18dedf32028601068e1877 (patch)
tree81e7149fbb96ca59a87187e1ab35bcd9a9047343 /common.mk
parent74371685edf33f709d8aa8e5b5b9d763c433bd1e (diff)
downloaddisplay-58780b987b4b51983d18dedf32028601068e1877.tar.gz
hwc: Add vpu client
Stub implementation of VPU in HWC. This commit passes through binder calls from HWC to the VPU library. It also has stub prepare/draw calls in the VPU client object which can be used to configure VPU in the composition cycle. Change-Id: I2606f2884e870448d29ef26e02faac92e157e2c6
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 13cd6efe..4aa56b2c 100644
--- a/common.mk
+++ b/common.mk
@@ -10,7 +10,7 @@ common_includes += hardware/qcom/display/libvirtual
ifeq ($(TARGET_USES_POST_PROCESSING),true)
common_flags += -DUSES_POST_PROCESSING
- common_includes += $(TARGET_OUT_HEADERS)/pp/inc
+ common_includes += $(TARGET_OUT_HEADERS)/pp/inc
endif
common_header_export_path := qcom/display
@@ -36,6 +36,12 @@ ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 apq8084 \
common_flags += -DMDSS_TARGET
endif
+ifeq ($(call is-board-platform-in-list, mpq8092), true)
+ #XXX: Replace with check from MDP when available
+ common_flags += -DVPU_TARGET
+endif
+
+
common_deps :=
kernel_includes :=