deinterlace: disable afbc for tl1/tm2 [1/1]
authorJihong Sui <jihong.sui@amlogic.com>
Fri, 9 Aug 2019 06:43:35 +0000 (14:43 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Tue, 13 Aug 2019 09:19:12 +0000 (02:19 -0700)
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>
drivers/amlogic/media/deinterlace/deinterlace_hw.c

index 34483c0..396cd35 100644 (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;