di: disable afbc on tl1 [1/1]

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>
This commit is contained in:
Yong Qin
2018-12-25 11:03:01 +08:00
parent eb0eede67b
commit e67d2603a3
2 changed files with 2 additions and 2 deletions

View 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;

View 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;