From eea311172d273b600f512bbbecc804d55de4ca17 Mon Sep 17 00:00:00 2001 From: Nian Jing Date: Sat, 6 Apr 2019 15:34:56 +0800 Subject: [PATCH] vdin: close afbc mode current stage for tm2 [1/1] PD#SWPL-6701 Problem: afbc abnormal Solution: close afbc at current stage Verify: test pass on tm2 ab311 Change-Id: I5978caa5decb1536c2240467115395f422637c39 Signed-off-by: Nian Jing --- arch/arm/boot/dts/amlogic/tm2_t962e2_ab311.dts | 2 +- arch/arm/boot/dts/amlogic/tm2_t962x3_ab301.dts | 2 +- arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/tm2_t962e2_ab311.dts b/arch/arm/boot/dts/amlogic/tm2_t962e2_ab311.dts index b2ee13ca..a8e3d8a 100644 --- a/arch/arm/boot/dts/amlogic/tm2_t962e2_ab311.dts +++ b/arch/arm/boot/dts/amlogic/tm2_t962e2_ab311.dts @@ -541,7 +541,7 @@ * 0 -- afbce compression-lossy disable * 1 -- afbce compression-lossy enable */ - afbce_bit_mode = <0x1>; + afbce_bit_mode = <0x0>; }; vdin@1 { diff --git a/arch/arm/boot/dts/amlogic/tm2_t962x3_ab301.dts b/arch/arm/boot/dts/amlogic/tm2_t962x3_ab301.dts index 4550643..66c77f4 100644 --- a/arch/arm/boot/dts/amlogic/tm2_t962x3_ab301.dts +++ b/arch/arm/boot/dts/amlogic/tm2_t962x3_ab301.dts @@ -542,7 +542,7 @@ * 0 -- afbce compression-lossy disable * 1 -- afbce compression-lossy enable */ - afbce_bit_mode = <0x1>; + afbce_bit_mode = <0x0>; }; vdin@1 { diff --git a/arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts b/arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts index a09c4db..727349f 100644 --- a/arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts +++ b/arch/arm64/boot/dts/amlogic/tm2_t962e2_ab311.dts @@ -536,7 +536,7 @@ * 0 -- afbce compression-lossy disable * 1 -- afbce compression-lossy enable */ - afbce_bit_mode = <0x1>; + afbce_bit_mode = <0x0>; }; vdin@1 { -- 2.7.4