mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -541,7 +541,7 @@
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
*/
|
||||
afbce_bit_mode = <0x1>;
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
vdin@1 {
|
||||
|
||||
@@ -542,7 +542,7 @@
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
*/
|
||||
afbce_bit_mode = <0x1>;
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
vdin@1 {
|
||||
|
||||
@@ -536,7 +536,7 @@
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
*/
|
||||
afbce_bit_mode = <0x1>;
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
vdin@1 {
|
||||
|
||||
Reference in New Issue
Block a user