summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv
diff options
context:
space:
mode:
authorXianzhong <xianzhong.li@nxp.com>2018-05-04 19:19:39 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit33b8f79153ef277a9beefdf258182a7ea55fbc81 (patch)
treed21e2b65405fca69b2eed10849c6a18924cd09a1 /drivers/mxc/gpu-viv
parent6ef4da34cebd9ddcaf2f2a7f77ddf4fbc12a53f2 (diff)
MGS-3856-2 [#imx-1018] disable openvg2d for arm64 build
MX8 chips does not have GC355. So no need to build the drivers Signed-off-by : Xianzhong Li <xianzhong.li@nxp.com> Reviewed-by : Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
Diffstat (limited to 'drivers/mxc/gpu-viv')
-rw-r--r--drivers/mxc/gpu-viv/Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mxc/gpu-viv/Kbuild b/drivers/mxc/gpu-viv/Kbuild
index 39141de2d27d..a011a78f4666 100644
--- a/drivers/mxc/gpu-viv/Kbuild
+++ b/drivers/mxc/gpu-viv/Kbuild
@@ -125,6 +125,10 @@ ifeq ($(VIVANTE_ENABLE_3D), 1)
OBJS += $(ARCH_KERNEL_DIR)/gc_hal_kernel_recorder.o
endif
+ifneq ($(CONFIG_ARM64),)
+VIVANTE_ENABLE_VG=0
+endif
+
ifeq ($(VIVANTE_ENABLE_VG), 1)
OBJS +=\
$(HAL_KERNEL_DIR)/gc_hal_kernel_vg.o\