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 <nian.jing@amlogic.com>
This commit is contained in:
Nian Jing
2019-04-06 15:34:56 +08:00
committed by Jianxiong Pan
parent 1bf3efd544
commit eea311172d
3 changed files with 3 additions and 3 deletions

View File

@@ -541,7 +541,7 @@
* 0 -- afbce compression-lossy disable
* 1 -- afbce compression-lossy enable
*/
afbce_bit_mode = <0x1>;
afbce_bit_mode = <0x0>;
};
vdin@1 {

View File

@@ -542,7 +542,7 @@
* 0 -- afbce compression-lossy disable
* 1 -- afbce compression-lossy enable
*/
afbce_bit_mode = <0x1>;
afbce_bit_mode = <0x0>;
};
vdin@1 {

View File

@@ -536,7 +536,7 @@
* 0 -- afbce compression-lossy disable
* 1 -- afbce compression-lossy enable
*/
afbce_bit_mode = <0x1>;
afbce_bit_mode = <0x0>;
};
vdin@1 {