di: disable afbc on tl1 [1/1]
authorYong Qin <yong.qin@amlogic.com>
Tue, 25 Dec 2018 03:03:01 +0000 (11:03 +0800)
committerYong Qin <yong.qin@amlogic.com>
Tue, 25 Dec 2018 03:07:15 +0000 (11:07 +0800)
PD#SWPL-3413

Problem:
when playing SD/HD/VP9/H265 video, there
are 3 veritcal lines on the picture.

Solution:
disable afbc

Verify:
verified on tl1

Change-Id: I839d8f26aefdf2c71272d8d3e7bf93e4c3294491
Signed-off-by: Yong Qin <yong.qin@amlogic.com>
drivers/amlogic/media/deinterlace/deinterlace.c
drivers/amlogic/media/deinterlace/deinterlace_hw.c

index 93deecc..8830506 100644 (file)
@@ -129,7 +129,7 @@ static di_dev_t *de_devp;
 static dev_t di_devno;
 static struct class *di_clsp;
 
-static const char version_s[] = "2018-12-12a";
+static const char version_s[] = "2018-12-25a";
 
 static int bypass_state = 1;
 static int bypass_all;
index 2621c5f..532d787 100644 (file)
@@ -978,7 +978,7 @@ bool afbc_is_supported(void)
        /*currently support txlx and g12a*/
        if (is_meson_txlx_cpu()
                || is_meson_g12a_cpu()
-               || is_meson_tl1_cpu())
+               /*|| is_meson_tl1_cpu()*/)
                ret = true;
        return ret;