mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user