From: Hoegeun Kwon Date: Tue, 21 Feb 2017 04:15:08 +0000 (+0900) Subject: ARM: tizen_{odroid,tm2}_defconfig: disable DMA BUF FENCE support X-Git-Tag: submit/tizen/20170407.011250~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ff78c20a361f5ca92972c912ec67db75fb34d34;p=platform%2Fkernel%2Flinux-exynos.git 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 --- diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index d9354d21a5c1..c420210e3b2e 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 46ec89731c69..acba5cc9158e 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