deinterlace: disable afbc for tl1/tm2 [1/1]

PD#TV-8024

Problem:
abnormal display in small window.

Solution:
turn off afbc temporary.

Verify:
tl1

Change-Id: I6f863330ed9261ef00b0d1c7bdeaa341a9aaa2ca
Signed-off-by: Jihong Sui <jihong.sui@amlogic.com>
This commit is contained in:
Jihong Sui
2019-08-09 14:43:35 +08:00
committed by Tao Zeng
parent eaf5dc1282
commit 8dbea6ae2c

View File

@@ -910,7 +910,7 @@ bool afbc_is_supported(void)
else if (is_meson_g12a_cpu())
ret = false;
else if (is_meson_tl1_cpu() || is_meson_tm2_cpu())
ret = true;
ret = false;
return ret;