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>
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;
/*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;