mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
deinterlace: disable afbc for tl1/tm2 [1/1]
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user