Commit Graph

2512 Commits

Author SHA1 Message Date
min.yang 68ecd40407 dtv_demod: fix pm runtime error (V3.5.020) [1/1]
PD#SWPL-139016

Problem:
demod becomes abnormal after the second
pm enable.

Solution:
1.remove before change.
2.add pm force suspend in shutdown interface.

Verify:
verified by T5M

Change-Id: I97535dfb3ad9cefa1304a6653ed4f85719640a7b
Signed-off-by: min.yang <min.yang@amlogic.com>
2023-11-27 19:05:00 +08:00
caiyi.xu ec77fa0ee9 dtv_demod: fix dvbt lock failed in weak signal (v3.5.19) [1/1]
PD#SWPL-143553

Problem:
insufficient locking time during demod reset

Solution:
increase the reset cycle

Verify:
AT301

Change-Id: I1e56a7e7d362c94ea2fa6360e2d01dc6a92ef251
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
2023-11-27 19:04:22 +08:00
Tao Zeng 042faaa89a zram: change zstd and mix implementation [1/1]
PD#SWPL-145324

Problem:
1, using contiguous conter for type identify is not uniform distribution
when compress for some tasks;
2, zram driver will alloc per-cpu contex for zstd, which will cause
about 3MB memory;

Solution:
1, using a fixed type array for uniform distribution of mix type
selection;
2, create 2 context: one dedicated for kswapd task; another one
dedicated for direct reclaim;

Verify:
t5m

Change-Id: I06683383e06d9601c9e6522bcd0fbcfa68a55987
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2023-11-27 19:02:19 +08:00
Jianxiong Pan ed7c9dccef mm: cma optimite for alloc too long. [1/1]
PD#SWPL-145324

Problem:
cma alloc too slow.

Solution:
let the idle cpu allocate more.
reduce drain lru in cma task.

Verify:
local.

Change-Id: I5f46112dcc4d5eb8fe7b21526d09a4078edc2752
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-11-27 19:01:35 +08:00
Tao Zeng 705a515c08 zram: fix crash when cpu off line [1/1]
PD#SWPL-145324

Problem:
kernel NULL pointer panic when cpu off line

Solution:
The root cause is that context for zram is configured as 2 part:
one for direct reclaim and one for kswapd. They are not for per-cpu
but when a core is off, zram will free per-cpu context so caused panic
on other cpus. So we should remove free code for crypto hooks.

Verify:
T5M

Change-Id: I2e4c9362bda0ddf74c91c3dec55d39dd532f46c2
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2023-11-27 19:01:05 +08:00
Tao Zeng 12ef9a846e zram: add a mixed zram compressor [1/1]
PD#SWPL-145324

Problem:
zstd is high compress ratio but low speed, lz4 is fast but low
compress ratio. Need balance them.

Solution:
Add a mixed crypto layer and can set ratio of lz4/zstd

Verify:
t5m

Change-Id: I4fbe930d05ef66336acacaae640fa47855d4b47b
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2023-11-27 18:59:13 +08:00
ruofei.zhao c26406c9d1 hdmitx: No signal when switching from 720x480p to 640x480p [1/1]
PD#SWPL-146459

Problem:
When the color depth is 444, 8bit, there is no signal output
after the resolution is switched from 720x480p to 640x480p

Solution:
Add clock configuration for 640x480p59.94hz

Verify:
S905X4/S905Y4

Test:
DRM-TX-45

Change-Id: I7acc0538fb133398bd7544e98a0f7449390d4eb9
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2023-11-23 20:24:34 +08:00
jialong.jiang 2b5fd04286 amdv: 5.15 ioc move to uapi. [1/1]
PD#SWPL-140850

Problem:
5.15 ioc move to uapi.

Solution:
5.15 ioc move to uapi.

Verify:
t3.

Change-Id: Icc1bd8efb807a84d55fd3b380fd3a016b34f4849
Signed-off-by: jialong.jiang <jialong.jiang@amlogic.com>
2023-11-22 13:24:00 +08:00
xiang.wu1 7c40ecfaa7 hdmitx: update hdmi_hdr_status [1/1]
PD#SWPL-140952

Problem:
some project read hdmi_hdr_status value error

Solution:
read reg value to update hdmi_hdr_status

Verify:
ohm

Test:
DRM-TX-34

Change-Id: I45568a853e0c98a8a1b2b0ef1d39f3bb701b1a98
Signed-off-by: xiang.wu1 <xiang.wu1@amlogic.com>
2023-11-20 19:01:37 +08:00
Kuibao Zhang 522a4d86e9 BT: bt state is abnormal when rtc [1/1]
PD#SWPL-142862

Problem:
1.bt open fail when rtc wakeup;

Solution:
1.reset this state when rtc wakeup;

Verify:
ohm.

Change-Id: If86fd7eef5926ee44a6740ba229ee040759389a4
Signed-off-by: Kuibao Zhang <kuibao.zhang@amlogic.com>
2023-11-20 17:36:17 +08:00
congyang.huang 70d570b590 drm: display no signal after factory reset [1/1]
PD#SWPL-142329

Problem:
restore factory settings,display no signal and can't boot
due to the recovery not have composer to set attr

Solution:
1.initialize the property of attr based on the value in uboot
2.decide attr in the recovery system

Verify:
sc2

Test:
DRM-OSD-121

Change-Id: Idff17ffcfcc04fac1c3353b3c8fcc2f152a51463
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2023-11-17 20:01:51 +08:00
qiang.liu f92f0b1b4a adc: adjust adc clk config [1/1]
PD#SWPL-130758

Problem:
adc clk config process has problem

Solution:
adjust adc clk config

Verify:
s4d

Change-Id: I6f561a4be20c0c9243736de08d3e6883c22129e7
Signed-off-by: qiang.liu <qiang.liu@amlogic.com>
2023-11-17 12:31:56 +08:00
qiang.liu 61d890b6ec adc: add adc clk reset [1/1]
PD#SWPL-141001

Problem:
adc clk not reset has power

Solution:
add adc clk reset

Verify:
S1A

Change-Id: Ia39b7f8ea69616b0738990dae883979ef220022e
Signed-off-by: qiang.liu <qiang.liu@amlogic.com>
2023-11-17 12:31:46 +08:00
jintao xu 4cc39e095f v4lvideo: fix unlock err [1/1]
PD#SWPL-146187

Problem:
not exit stream off

Solution:
fix unlock err

Verify:
sc2

Change-Id: I943927313d804bf342e29fe61bc087ac1768b124
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
2023-11-16 18:55:28 +08:00
Hanjie Lin b3b291de52 cma: delayed enable cma after kswap low [1/1]
PD#SWPL-139378

Problem:
playback not smooth when startup

Solution:
CMA used up when startup and cause cma alloc slow
delay enable CMA until swap free ratio less than 70%

Verify:
sc2

Change-Id: I42ddcaa281cae1c13128d028dbcf1128bede43b6
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
2023-11-15 19:43:31 +08:00
hang cheng daacd9b64d hdmitx: not clear edid when suspend [1/1]
PD#SWPL-144627

Problem:
when kernel goes to early suspend, need keep the edid data

Solution:
Keep edid data during the suspend state. If there is HPD in
early suspend, there will update the EDID in the bottom of
hpd ISR

Verify:
ohm

Test:
DRM-TX-38

Change-Id: If1975a68da8c7431bb7867359bc5368b37dbc1f3
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2023-11-15 15:24:53 +08:00
jintao xu 84de425939 di: free buffer when REG_STEP1 [1/1]
PD#SWPL-137948

Problem:
fcc 3 channel has di buffer

Solution:
free buffer when REG_STEP1

Verify:
sc2

Change-Id: I921fece2180357c6fb986a459475081a15239d20
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
2023-11-14 10:14:33 +08:00
yiting.deng be4c0fb5e0 pm: fix kernel5.15 pm print log [1/1]
PD#SWPL-143117

Problem:
too much pm related print in suspend/resume

Solution:
add initcall_debug judgment before suspend/resume printing

Verify:
sc2

Change-Id: Ifbca9604ae008b188da408cd8c3cc353f0d3051f
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2023-11-09 20:08:16 +08:00
hang cheng 91e7950e4c hdmitx: adjust scan information [1/2]
PD#SWPL-144491

Problem:
youtube video cut off on the edges

Solution:
adjust scan information to underscan by default

Verify:
s805x2

Test:
QD980 check avi scan info

Change-Id: I36f17c4cdd5e5a50639e055e06b4f21e6df63912
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2023-11-09 16:35:06 +08:00
xiang.wu1 7bbc687a18 hdmitx: check the box frl capability [1/1]
PD#SWPL-143972

Problem:
when clac_tmds_clk > max_tmds_clk, only check whether
the edid support frl, not check the box frl capability

Solution:
add check the box frl capability

Verify:
s905x4

Test:
DRM-TX-42

Change-Id: I502b130c7fc613d020566af35438465c52ee3b60
Signed-off-by: xiang.wu1 <xiang.wu1@amlogic.com>
2023-11-07 19:14:56 +08:00
Jianxiong Pan e3db5369be mm: reduce the print log in momeory module. [1/1]
PD#SWPL-141371

Problem:
optimize memory log.

Solution:
reduce the print log.

Verify:
local.

Change-Id: Id5b9a9240bc94d49f6d311a1f4084ffdf0a5a13a
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-11-06 17:32:53 +08:00
Jianxiong Pan bcfc218d6d dmc: print more page information in dmc. [1/1]
PD#SWPL-142086

Problem:
print more page info.

Solution:
whether page in buddy or slab.

Verify:
t5m.

Change-Id: Ic33a685e510c24cde706b8285cb4f62444d98d42
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-11-06 17:32:53 +08:00
congyang.huang 4e92c6b4f1 drm: Add the saving strategy of dv [1/1]
PD#SWPL-142750

Problem:
After setting dv_ll, it will change
to dv_std in case of hotplug event.

Solution:
If the dv_ll is set,the dv will
remain after hotplug.

Verify:
sc2

Test:
DRM-OSD-118

Change-Id: I7335c512dc6cafa836bc0496537ad9481c18da74
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2023-11-06 17:32:53 +08:00
bowen cheng a77bcb298a cec: remove new_msg when framework on [1/1]
PD#SWPL-143438

Problem:
can not pass HdmiCecSystemStandbyTest

Solution:
new_msg is used for driver process msg
just need msg buf num to notify app get msg

Verify:
S905X4-AH211

Change-Id: Iaf01eada2b16e396732232adf546a41f23f32c33
Signed-off-by: bowen cheng <bowen.cheng@amlogic.com>
2023-11-06 17:32:17 +08:00
Brian Zhu 76fb8af908 di: restore the ud and meta information when clear buf [1/1]
PD#SWPL-142949

Problem:
when clear di buf, will clear ud and meta information too.

Solution:
restore the ud and meta information

Verify:
Verified on sc2

Change-Id: I75201d42536fe76224e25eca5cde8613f7e2eb3f
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
2023-11-06 14:46:13 +08:00
Hanjie Lin cd2489b429 mm: compaction_alloc don't alloc CMA pages [1/1]
PD#SWPL-141879

Problem:
compaction_alloc don't alloc CMA pages

Solution:
free_pfn skip CMA pages

Verify:
sc2

Change-Id: I3d32d72c342a1c6438822475bf560f9ab329ec57
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-11-06 14:46:13 +08:00
hang cheng c3c016848c hdmitx: correct hdcp key query method [1/1]
PD#SWPL-142652

Problem:
after load hdcp2.2 key, hdcp2.2 is not initialized,
as checked hdcp_tx22 is not loaded

Solution:
when init hdcp2.2, no need to check if hdcp_tx22
daemon is loaded, only check hdcp2.2 key load state

Verify:
ohm + rdk

Test:
DRM-TX-37

Change-Id: I25eb429072c4213536c11718ea37b107b2363aca
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2023-11-06 14:46:13 +08:00
song.han 4e675645ef debug: lockup and panic flow optimize [1/1]
PD#SWPL-144359

Problem:
add debug feature

Solution:
show sysrq't' when rcu stall panic
fiq dump other cpu stack when hardlockup panic
improve watchdog panic notifier priority
disable watchdog when set panic_print

Verify:
s4

Change-Id: I6af43456105a3cf802d54608d62cbb25d327a73e
Signed-off-by: song.han <song.han@amlogic.com>
2023-11-06 14:42:38 +08:00
Huqiang Qin 014c1e6212 wdt: stop watchdog after panic [1/1]
PD#SWPL-143567

Problem:
When debugging, there will be a lot of printing to be
output after the panic, so it is very time-consuming.
In order to prevent the watchdog from causing a reset,
we stop it after panic.

Solution:
Add functions and provide two ways to enable:
1. Add wdt_stop_after_panic=1 to bootargs.
2. echo 1 > /sys/module/amlogic_watchdog/parameters/stop_after_panic

Verify:
T3/T982

Change-Id: I3f54f38f3645b2fb4fdfbbc6016e6f644b91eea3
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
2023-11-06 14:42:36 +08:00
yuhua.lin ce710f1ccb video: video printk log optimize [1/1]
PD#SWPL-144306

Problem:
video printk log optimize

Solution:
complete it

Verify:
none

Change-Id: Ia018e3193606d47730148e2f211949a5ccf1d015
Signed-off-by: yuhua.lin <yuhua.lin@amlogic.com>
2023-11-06 14:40:56 +08:00
Yu Tu 29423412ec pcie: add not msi interrupt judge logic [1/1]
PD#SWPL-144384

Problem:
pcie wifi interrupt too many lead to system crash

Solution:
add not msi interrupt judge logic

Verify:
S5

Change-Id: I1d6e420ce48e2e74d787349ff31dc632d18c94bb
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
2023-11-03 19:56:05 +08:00
zongdong.jiao c79f4331b6 hdmitx21: add qms-vrr function [1/1]
PD#SWPL-137039

Problem:
Lack qms-vrr function

Solution:
Add qms-vrr function

Verify:
t7/an400

Test:
DRM-TX-17

Change-Id: I8aff33d9cf2db80c5b82310d8dd4531d5d32b288
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-11-03 19:56:05 +08:00
zongdong.jiao 9b175df6da hdmitx: always HDR.SDR when HDR to SDR [1/1]
PD#SWPL-143562

Problem:
when exit HDR to SDR, and after 1.5 seconds here will stop HDR.SDR
packet. Some TV may black at this time.

Solution:
always HDR.SDR when HDR to SDR

Verify:
sc2/ohm, s5/ax201

Test:
DRM-TX-17

Change-Id: I28fca54388d07338caf4def08e95454f988e98ad
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-11-03 16:25:41 +08:00
zhicheng.huang 537e38f12e dtv_demod: optimize dvbs blind scan progress(V3.5.18) [1/1]
PD#SWPL-142887
PD#TV-95020

Problem:
an error occurred when reporting dvbs blind scan progress

Solution:
1.optimize dvbs blind scan progress;
2.AMLDTVDEMOD_VER V3.5.18

Verify:
t5m, s4d

Change-Id: I9b57c8e7aee41384c9b177e73d6924f2cc8eb91f
Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
2023-11-02 10:20:37 +08:00
chuangcheng peng b356628801 demux: ts_clone force tsn_source [1/1]
PD#SWPL-127591

Problem:
tsn_source affect ts_clone

Solution:
force tsn_source, not set at high level

Verify:
not verified

Change-Id: I9a0fb2aa6eed72c88226d5a4fa607fe9c7d3714e
Signed-off-by: chuangcheng peng <chuangcheng.peng@amlogic.com>
2023-11-02 10:16:09 +08:00
Ao Xu b81cd88c5c drm: hdmitx add cs/cd/vic strategy for some display server [1/1]
PD#SWPL-141929

Problem:
some display server will not set color space/color depth property.
it may lead to modesetting fail

Solution:
hdmitx connector add strategy to select cs/cd/vic group

Verify:
an400

Test:
DRM-TX-24

Change-Id: If3dedb74163101e2d0ef403933e484a90e9464e9
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-31 19:19:45 +08:00
zongdong.jiao 9495e58874 hdmitx: correct the audio param [1/1]
PD#SWPL-143197

Problem:
No mat audio output via i2s

Solution:
correct the audio param

Verify:
t7/an400

Test:
DRM-TX-33

Change-Id: Id3d5624941cd6a50564ecca1d0d632f56ddb70e2
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-31 16:37:08 +08:00
zongdong.jiao 9765e558c0 hdmitx21: add sbtm packet sendout func [1/1]
PD#SWPL-142695

Problem:
add sbtm packet sendout func

Solution:
add sbtm packet sendout func

Verify:
s5/ax201

Test:
DRM-TX-17

Change-Id: I3479412e30415e0a6cf47e233e1c0b78460759fb
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-31 11:25:43 +08:00
caiyi.xu 431a219053 dtv_demod: increase the speed of dvbc blind scanning (v3.5.17) [1/1]
PD#SWPL-139193

Problem:
1.time consuming of dvbc blind scanning is too long
2.miss channel in dvbc blind scan

Solution:
1.add identification of invalid and non DVBC signal freq points
2.ignore the freq 1 to 5 M after the freq which locked
3.reduce the strength threshold and also lock these signals

Verify:
AR331,AY301,TC8000

Change-Id: I90659eed9f6818c9674e1b202f9a354fad2fd936
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
2023-10-31 11:23:46 +08:00
zhicheng.huang 6f909d81db dtv_demod: optimize dvbs rssi for rt720(V3.5.16) [1/2]
PD#OTT-47021
PD#TV-82581

Problem:
rt720 rssi is inaccurate

Solution:
1.optimize rt720 rf rssi;
2.fix DTV_STAT_SIGNAL_STRENGTH and DTV_STAT_CNR;
3.AMLDTVDEMOD_VER V3.5.16

Verify:
t5m, s4d

Change-Id: Ib26c25d36eb326d32ceffe7dbc9a9e82b89de218
Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
2023-10-31 11:23:24 +08:00
min.yang c894ef8023 dtv_demod: remove unused macro and code (V3.5.015) [1/1]
PD#SWPL-142882

Problem:
demod code optimization

Solution:
1.remove CONFIG_AMLOGIC_DVB_COMPAT
2.remove CONFIG_AMLOGIC_REMOVE_OLD
3.remove exp_attach and tuner_get_info

Verify:
verified by S1A

Change-Id: I65f9a2388f8a18c874c84bbebf37558a23b7c95e
Signed-off-by: min.yang <min.yang@amlogic.com>
2023-10-31 11:23:06 +08:00
caiyi.xu ffa847abe7 dtv_demod: Support ignoring common plp in dvbt2 (v3.5.14) [1/1]
PD#SWPL-142970

Problem:
duplicate programs in common plp

Solution:
ignore common plp
print real fw version

Verify:
AY301

Change-Id: I6fa15967fe63ac3ac8af67db17f6a9ed109d7e21
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
2023-10-31 11:22:51 +08:00
nengwen.chen 436363cea2 dtv_demod: fix r842 dvbt/t2 LTE interferer test fail (V3.5.013) [1/1]
PD#SWPL-141144
PD#TV-92416

Problem:
r842 dvbt/t2 LTE interferer test fail.

Solution:
add agc slow for dvbt/t2 after locked.
AMLDTVDEMOD_VER "V3.5.013".

Verify:
T5W/T5M/T3X.

Change-Id: Ie0d483620fc9de5d67c8e48adeb09922f6203385
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-31 11:22:34 +08:00
zongdong.jiao b7e83b4c28 hdmitx: cleanup the bool return value in edid [1/1]
PD#SWPL-141768

Problem:
cleanup the bool return value in edid

Solution:
cleanup the bool return value in edid

Verify:
sc2/ah212

Test:
DRM-TX-17

Change-Id: I05ab9f8a5d20c457178349f7400f4ccb6e009d20
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-30 19:56:07 +08:00
yao zhang1 a24ea130f9 bootup: Optimize k5.15 boot log. [1/1]
PD#SWPL-142042

Problem:
Too many logs affect performance.

Solution:
Optimize boot log.

Verify:
sc2

Test:
DRM-OSD-2

Change-Id: I5a9435c350074206226a164fdf3f2eb64e4683a1
Signed-off-by: yao zhang1 <yao.zhang1@amlogic.com>
2023-10-30 18:59:09 +08:00
zhou.han 64d81f220b hdmitx: use hdmitx log api instead of pr_info/pr_err [1/1]
PD#SWPL-141588

Problem:
5.15 code integration

Solution:
Delete log_level variables and nodes in tx20 and tx21 and
replace them with apis in hdmitx_log. Replace the pr_err
and pr_info of the tx module with the new API.

Verify:
ohm

Test:
print test

Change-Id: I7b4e7116cb009d0ff63f1868f801cb7e07bc9db0
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2023-10-30 18:56:51 +08:00
bowen cheng 61a55b30ba cec: remove msleep when get phyaddr [1/1]
PD#SWPL-142866

Problem:
app get phyaddr when wakeup takeup much time

Solution:
remove msleep when get phyaddr

Verify:
AH212

Change-Id: I78266da2e62e15851e82109ac04cd7957639578e
Signed-off-by: bowen cheng <bowen.cheng@amlogic.com>
2023-10-27 15:10:40 +08:00
congyang.huang 1d40f7656e drm: Remove the judgment of max_bpc [1/1]
PD#SWPL-141895

Problem:
Plug and unplug the HDMI cable,hdmitx output SDR due to
the smaller bit of attr than the value of max_bpc

Solution:
Remove the judgment of max_bpc because hdmitx does not
rely on max_bpc

Verify:
sc2

Test:
DRM-TX-44

Change-Id: I19b03302adb0dc5b3ffd1a0c3bec5c9a1190fb20
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2023-10-27 15:09:44 +08:00
dian.shao 27c3afa3ac sc2: usb: fix SC2 suspend power consumption [1/1]
PD#SWPL-143832

Problem:
fix SC2 suspend power consumption.

Solution:
fix SC2 suspend power consumption.

Verify:
AH212

Change-Id: I8596d84d5cefbb8281245450922be86653d680cf
Signed-off-by: dian.shao <dian.shao@amlogic.com>
2023-10-27 15:09:31 +08:00
Zhuo Wang e80036ed4d eth: add delay for resume flow [1/1]
PD#SWPL-142439

Problem:
phy can't read right setting when resume

Solution:
add delay for resume flow

Verify:
s905x4-ah212#009

Change-Id: I18639e0a59a3d5671a463be6a928c4d958ad7185
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
2023-10-25 20:03:25 +08:00