From 6ff78c20a361f5ca92972c912ec67db75fb34d34 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Tue, 21 Feb 2017 13:15:08 +0900 Subject: [PATCH] ARM: tizen_{odroid,tm2}_defconfig: disable DMA BUF FENCE support The workaround is to disable the dma fence due to a problem that makes the fence deadlocked after calling eglFrontBufferSetSEC() in the VR application. Until the fence deadlock issue is resolved. Revert commit f09d2a5 (ARM: tizen_{odroid,tm2}_defconfig: enable DMA BUF FENCE support) Change-Id: I3f37daa48675fd8e201ac46321d855e0f5da6363 Signed-off-by: Hoegeun Kwon --- arch/arm/configs/tizen_odroid_defconfig | 3 +-- arch/arm64/configs/tizen_tm2_defconfig | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index d9354d2..c420210 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -2776,7 +2776,7 @@ CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="exynos5422" # CONFIG_MALI_TRACE_TIMELINE is not set # CONFIG_MALI_SYSTEM_TRACE is not set CONFIG_MALI_VER_R12P0_04REL0=y -CONFIG_MALI_DMA_FENCE=y +# CONFIG_MALI_DMA_FENCE is not set # CONFIG_MALI_PRFCNT_SET_SECONDARY is not set # CONFIG_MALI_PLATFORM_DEVICETREE is not set @@ -2787,7 +2787,6 @@ CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_KMS_FB_HELPER=y # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set -CONFIG_DRM_DMA_SYNC=y # # I2C encoder or helper chips diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 46ec897..acba5cc 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -2646,7 +2646,7 @@ CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="exynos5433" # CONFIG_MALI_TRACE_TIMELINE is not set # CONFIG_MALI_SYSTEM_TRACE is not set CONFIG_MALI_VER_R12P0_04REL0=y -CONFIG_MALI_DMA_FENCE=y +# CONFIG_MALI_DMA_FENCE is not set # CONFIG_MALI_PRFCNT_SET_SECONDARY is not set # CONFIG_MALI_PLATFORM_DEVICETREE is not set @@ -2658,7 +2658,6 @@ CONFIG_DRM_MIPI_DSI=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_KMS_FB_HELPER=y # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set -CONFIG_DRM_DMA_SYNC=y # # I2C encoder or helper chips -- 2.7.4