PD#SWPL-21670
Problem:
Play from beginning will stuck
Solution:
Use first_vpts to init pcr instead of the invalid audio pts
Merge the SWPL-18995,SWPL-20085,SWPL-21122,SWPL-21117 patch
Verify:
Verified ok on patch-build
Signed-off-by: Zhizhong Zhang <zhizhong.zhang@amlogic.com>
Change-Id: I1bbd3a94b0c17f104eeb67c8f8ba528f2a37fdf4
PD#SWPL-21288
Problem:
if there's a short hpd low pulse(eg 10ms, plugout->plugin event),
the plugout event will be ignored in driver, and the subsequent plugin
event can't be handled by systemcontrol because systemcontrol can't
get the later plugin uevent when successive plugin uevent come.
But hdcp is disabled in driver, video will be mute after systemcontrol
detect hdcp auth status fail.
Solution:
don't ignore any hpd low pluse
Verify:
G12
Change-Id: I9b6a43c1f5cab5649b6dc011543f44601e96d4cb
Signed-off-by: Hang Cheng <hang.cheng@amlogic.com>
PD#SWPL-19812
Problem:
play non-standard hdr video, color is abnormal
Solution:
because video transfer characteristic is not SPMTE2084,
process as sdr video
Verify:
verify on SM1
Change-Id: Idc2d364917bf10ac9d1fb4a32962c629e22486f0
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
PD#SWPL-16900
Problem:
unable to wake up lcd after sleep, lcd io is used by other mode
Solution:
1,disable the mode and use the io for lcd
Verify:
axg s400
Change-Id: Ib2146f62a7dc8830eb46e8f0194f478abeab7cdf
Signed-off-by: shaochan.liu <shaochan.liu@amlogic.com>
PD#SWPL-20095
Problem:
1.optimize the loading of demod and tuner.
Solution:
1.optimize the loading of demod and tuner.
2.DVB uniformly calls the attach interface to load demod or tuner.
3.Demod and Tuner internal structure is independent of DVB structure.
4.All demod and tuner configuration parameters are passed on attach.
Verify:
Verified by x301 and ac214.
Change-Id: If5f485cebeadb7ec54cf5b10ef1424065c13b388
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
PD#SWPL-20253
Problem:
free_q len is 0 when dec reset
Solution:
reset free_q after reg
Verify:
U212
Change-Id: Icfb5e36cb13198bece0710aeafae6f02d3d26f7d
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
PD#SWPL-17916
Problem:
Reset spdifout will cause the spdif signal
stop a while and some AVR will spend 2s
to resync the spdif clk.
Solution:
As the chip after TL1 the audio FIFO changes to async
FIFO which may bring in channel map error.
In the case 2 channel playback, don't reset spdifout.
Verify:
SM1.
Change-Id: I65dbfe63251b4fbf468fbbcfbd07b2625708c8b6
Signed-off-by: Shuai Li <shuai.li@amlogic.com>
PD#SWPL-15375
Problem:
subtitle weave error at the beginning
Solution:
finetune para for "di: fix pulldown 32 enter issue
from vlsi-LiuYanling [1/1]"
Verify:
tl1
Change-Id: I5929f50fd139797c25b9d4049acc9fdf04643534
Signed-off-by: Xihai Zhu <xihai.zhu@amlogic.com>
PD#SWPL-19636
Problem:
null pointer in hdmitx_set_vsif_pkt when driver early suspend
Solution:
Check the pointer, if the pointer is null then use the default val.
Verify:
verify on the board of U212
Change-Id: I106ba2b72843cf1aa4ae15bcd7b1bbbda4fa6a71
Signed-off-by: Zhengrong Zhu <zhengrong.zhu@amlogic.com>
PD#SWPL-19062
Problem:
Please add the debug info of hdmitx
Solution:
add the debug info of hdmitx
Verify:
verify on the board of U212
Change-Id: Ib6ce0ec6f9388e102b7d31b645a2d6d105058178
Signed-off-by: Zhengrong Zhu <zhengrong.zhu@amlogic.com>
PD#SWPL-18249
Problem:
Using the wrong condition to select vd1 path
Solution:
Fix the wrong condition
Verify:
Verified on 905x
Change-Id: If88a8cc6e0a08eb9aaa85ebd613646a76af1d36b
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
ODROID-N2 has two cpufreq clusters while ODROID-C4 has one. This patch is
to manage the cpufreq for the different CPU cluster setup while a board is
running instead of buildtime.
Change-Id: I53d8208f5f53d0e83dbe08c9d24123e64cc1e24f
Signed-off-by: Dongjin Kim <tobetter@gmail.com>