Commit Graph

8367 Commits

Author SHA1 Message Date
qing.zhang 895f5ac044 Regression: suspend twice with internal codec [1/1]
PD#SWPL-207769

Problem:
1. pm soc and pm use the same time
2. base:https://scgit.amlogic.com/#/c/501712

Solution:
1. keep the pm soc use for codecs
2. remove cache sync when save in user setting

Verify:
t5m

Change-Id: Iea9ad5ea0f295e06966190f112e353517986b499
Signed-off-by: qing.zhang <qing.zhang@amlogic.com>
(cherry picked from commit 12be0fd24f49ebedae9bcfd3be06f49d9c6b21ee)
2025-05-26 20:29:09 -07:00
yicheng shen 4142ff5c4c hdmirx: modify phy trim flag bit [1/1]
PD#SWPL-199590
PD#TV-153372

Problem:
t6d odt test fail

Solution:
add phy rterm trim flow

Verify:
T6D

Change-Id: Ibb7387b46053c3e7653e43ecbe6c9f1c80102260
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
2025-05-26 04:07:18 -07:00
yicheng shen 9184ea7bb9 hdmirx: optimize phy ofset flow [1/1]
PD#SWPL-202162

Problem:
hdmirx pll of phy ofst calibration affects the
sensitivity of DVB-S2 1490MHz

Solution:
turn off hdmirx phy pll after ofst calibration finished

Verify:
T6D/TXHD2/T5M/T3/T7/T5

Change-Id: I987d23bb90307e3aa2e3ccd6c4f6b25239eb4534
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
2025-05-26 04:02:50 -07:00
zhou.han e9ae5cc7d7 hdmitx: optimise fake_plug [1/1]
PD#SWPL-212491

Problem:
need to switch between hdmi/cvbs output
when factory test

Solution:
add special flow to switch between CVBS/HDMI

Verify:
ohm/s7

Test:
fake plug

Change-Id: I6b14c3f6834fa96fcb6f15c558e2e5292526a9f2
Signed-off-by: zhou.han <zhou.han@amlogic.com>
(cherry picked from commit cbbca09fda4d3c6174e3e192e989cdc55e38b576)
2025-05-24 02:09:27 -07:00
jiabin.chen 7bc9b4e172 wifi: fix tee bugs [1/1]
PD#SWPL-198076

Problem:
pwm change to tee, not to be used

Solution:
use tee pwm

Verify:
s6

Change-Id: Ib8a49c4ce7887232b1215f0410ed5aaf5b6af0ea
Signed-off-by: jiabin.chen <jiabin.chen@amlogic.com>
(cherry picked from commit c4f93f5354fddc02479c7162e78d0291d5bb9c2e)
2025-05-22 18:20:59 -07:00
zhou.han 9ce0568fdf hdmitx: Optimise hdr_strategy on Linux [1/1]
PD#SWPL-206124

Problem:
The box connects to a TV with "EDID Auto" support.
Right after bootup, the TV initially sends an EDID that
only supports SDR. This makes Weston set the hdr_priority
to 2 (SDR mode), and the driver saves this value to output SDR.
Later, when the TV detects the box supports HDCP 2.2,
it sends a new HDR-capable EDID through a plug event.
But here's the issue:
The driver first clears the HDR capability (hdr_priority=2)
after plugin. Then Weston tries to set hdr_priority to 1 (HDR mode)
Result: The HDR capability gets stuck and can't be restored."

Solution:
The driver always initializes all DV and HDR capabilities
first when entering hdr_strategy.

Verify:
ross

Test:
DRM-TX-143

Change-Id: If306788875a6f27ae249957fdb51e0a3bcc8fa40
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2025-05-20 00:29:47 -07:00
Haotian Guo 13aac8a0cc adc: update adc config flow [1/1]
PD#SWPL-202712

Problem:
update adc config flow

Solution:
update adc config flow

Verify:
t6d/t5m/t3x

Change-Id: I66aea5c839a2584eeb5fd247f16d4ff186a19944
Signed-off-by: Haotian Guo <haotian.guo@amlogic.com>
2025-05-19 04:48:33 -07:00
Haotian Guo 4867fb121c hdmirx: No delay added after checking hdcp [1/1]
PD#SWPL-213654

Problem:
Long time to display

Solution:
No delay added after checking hdcp

Verify:
t5w

Change-Id: Ia77db747ff8a31a3539ba38e4802e89644c5a858
Signed-off-by: Haotian Guo <haotian.guo@amlogic.com>
2025-05-19 10:54:35 +08:00
yaoyu.xu c9025f7b30 hdmirx: fix no signal after cor reset [1/1]
PD#SWPL-210247

Problem:
fix no signal after cor reset.

Solution:
set hpd low after cor reset.

Verify:
t5w

Change-Id: Icf260946192af9102a811425b2cf68a8930a12bc
Signed-off-by: yaoyu.xu <yaoyu.xu@amlogic.com>
2025-05-12 19:47:05 +08:00
Haotian Guo fe3d1d9374 adc: update T6D param [1/1]
PD#SWPL-212890

Problem:
ATV and DTV adc unlock

Solution:
update adc pll

Verify:
t6d

Change-Id: I95f58a6ac85c7876f887929f3b475dd5dc7b93c5
Signed-off-by: Haotian Guo <haotian.guo@amlogic.com>
(cherry picked from commit 3c2bf2e24729d82c69dbf73a45ea581e8a630132)
2025-05-11 18:56:49 -07:00
Liming Xue ded0509a31 thermal: thermal exit function err [1/1]
PD#SWPL-204070

Problem:
thermal exit function err

Solution:
fix platform_driver_register to platform_driver_unregister in exit
function

Verify:
txhd2

Change-Id: I33aec354790af27925759aa9fdcb4f58906596b4
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2025-05-09 00:35:09 -07:00
Liming Xue 9acf5ffc6a thermal: tsensor probe time optimization [1/1]
PD#SWPL-202101

Problem:
kernel boot time is extended by tsensor probe calling sleep

Solution:
use delayed work to replace sleep call

Verify:
s6

Change-Id: I6cd69bfa3f5b425869f271f1386648b11fbecd4f
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2025-05-08 23:34:01 -07:00
jianhua.yi 274174a63f PQ: pq xml by hdr type [1/2]
PD#TV-159332

Problem:
pq xml by hdr type

Solution:
pq xml by hdr type

Verify:
Yocto

Change-Id: I765106b22c86359516b85d43be095765cecd285b
Signed-off-by: jianhua.yi <jianhua.yi@amlogic.com>
(cherry picked from commit c9f73279294dc8d9a511dab291122f7c71e9c56a)
2025-05-07 19:49:55 -07:00
zhou.han 411dbaaa43 drm-hdmitx: add vrr_capable_type [1/1]
PD#SWPL-207320

Problem:
When connecting to a TV that only supports game vrr, the upper layer
gets vrr_capable as 0, which triggers the QMS flow and results
in mode setting.

Solution:
add vrr_capable_type to divide qms and game.

Verify:
ross

Test:
DRM-TX-75

Change-Id: Ibebf3d70c34a894e14669f8a994f2ef7d11f3345
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2025-05-07 00:26:28 -07:00
linfang.zhao 4c41d33236 drm: sync the calculation of video plane crop from roku bayside to trunk [1/1]
PD#SWPL-200485
PD#TV-157860

Problem:
video plane crop are miscalculated

Solution:
fix to calculate src width and height of video plane

Verify:
S7

Test:
DRM-OSD-69

Change-Id: Id6d96508e905b3694b41cb14aea349f5cc4fd663
Signed-off-by: linfang.zhao <linfang.zhao@amlogic.com>
2025-05-05 19:38:32 -07:00
yaoyu.xu d63c5dbe1b hdmirx: fix some hdmi 2.1 cts problem [1/1]
PD#SWPL-208050
PD#TV-160883

Problem:
can not pass cts test.

Solution:
change frl signal flow.

Verify:
t3x

Change-Id: I8403df68c47d69da2ce6cac153d3729198d203be
Signed-off-by: yaoyu.xu <yaoyu.xu@amlogic.com>
2025-04-28 04:21:47 -07:00
hai.cao ccbddf1695 video: frm2fld logic change [1/1]
PD#SWPL-209343

Problem:
interlace optput display error

Solution:
change frm2fld logic

Verify:
s7d

Change-Id: I86e8f99c27d123dacbed0697365052a3cf117545
Signed-off-by: hai.cao <hai.cao@amlogic.com>
2025-04-26 20:19:23 -07:00
qinghui.jiang 01a474ffb6 amvecm: change s6 dejaggy_en table index [1/1]
PD#SWPL-210362

Problem:
dejaggy_en use different rdma table index for s6.

Solution:
change s6 dejaggy_en table index

Verify:
s905x5

Change-Id: Ibdc9842abc1aafff3ef5eabc4752b1355d96122d
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
2025-04-25 14:00:43 +08:00
qinghui.jiang 5721347fba amvecm: improve dejaggy control flow [1/1]
PD#SWPL-211057

Problem:
must disable dejaggy when 4k input.
reg control conflict.

Solution:
improve dejaggy reg control flow.

Verify:
t6w

Change-Id: I7d537d82bd494156f03caca4abd9d26842eb9211
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
2025-04-25 14:00:35 +08:00
mingliang.dong 9140bb6ab9 amvecm: fix hdr/sr/lc rdma table size overflow issue [1/1]
PD#SWPL-207345

Problem:
rdma table size too small, cause write reg overflow

Solution:
expand rdma table size

Verify:
t5m

Change-Id: I1603408eb14eed6acada55ee6b4cd901043161a1
Signed-off-by: mingliang.dong <mingliang.dong@amlogic.com>
2025-04-25 13:58:25 +08:00
Jian Cao 4058cb32a1 vpp: add aisr_en ioctl [1/1]
PD#SWPL-209170

Problem:
add IOC Interface to replace direct module parameter access

Solution:
complete it

Verify:
t5m

Change-Id: I611d76f43af8c932788953f9a43788e8d29cd88a
Signed-off-by: Jian Cao <jian.cao@amlogic.com>
2025-04-22 00:47:23 -07:00
jinbing.zhu 577bc1d676 amcm: modify rdma write way. [1/1]
PD#SWPL-209794
PD#SWPL-210173

Problem:
incorrect mask start detection

Solution:
change mask start detection

Verify:
t5

Change-Id: I692c5ca65228cb1b410be5dcff9732bd008d8ffc
Signed-off-by: jinbing.zhu <jinbing.zhu@amlogic.com>
2025-04-20 19:33:43 -07:00
Xiangyu Cai 144c7617a6 vrr: reset vrr when frame rate not correct [1/1]
PD#SWPL-205513

Problem:
frame rate not correct

Solution:
reset vrr

Verify:
t5w

Change-Id: I497de64458a036295660520350436bcb25ac9f30
Signed-off-by: Xiangyu Cai <xiangyu.cai@amlogic.com>
2025-04-17 20:34:48 -07:00
yiting.deng c8ba0ef762 clk: s7: fix hevcf no output after enabled [1/1]
PD#SWPL-210177
PD#OTT-77737

Problem:
after hevcf clk setted rate, the loop is enabled/disabled, and
there is a probability that no output after clk is enabled
and check pass.

Solution:
after testing, it is found that it may be related to accuracy
of software delay 1ms, and delay of check is increased to 1.2ms

Verify:
s805x3

Change-Id: I733dd8dbdc6c4849fd3e39c87e34098d08bfe6fa
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2025-04-17 19:54:47 -07:00
rong.wang 9e31708da2 deinterlace: double check di reverse [1/1]
PD#TV-157897

Problem:
di not support self-reverse when post write

Solution:
double check

Verify:
T6D

Change-Id: I96f9b3d1f6b4a5c0112e7a415fa93fb0a84f426e
Signed-off-by: rong.wang <rong.wang@amlogic.com>
2025-04-17 19:49:51 -07:00
brian.zhu c62c5b0228 di: fix mtn register config with wrong op [1/1]
PD#SWPL-204970

Problem:
MTN rdmif uses wrong op to config register when post-link mode

Solution:
use rdma op to config

Verify:
Verified on t6d

Change-Id: I4289a110f0ba781a58fd77fea0b7a6668de4c89f
Signed-off-by: brian.zhu <brian.zhu@amlogic.com>
2025-04-16 20:25:04 -07:00
yufei.huan 59a4752c20 deinterlace: fix chroma shift issue when pre reverse case [1/1]
PD#SWPL-201990

Problem:
When reverse case, inp_mif chroma y_start/end is wrong

Solution:
Correct the y_start/end value

Verify:
Verified on t6d

Change-Id: I151eabdd86cbd050edf24abffc3f3c5d0bff74ac
Signed-off-by: yufei.huan <yufei.huan@amlogic.com>
2025-04-16 20:24:55 -07:00
rong.wang b2d376f4c1 deinterlace: remap blend mode when di in postlink [1/1]
PD#SWPL-187820
PD#TV-157897

Problem:
pull down has wrong effect when in link mode

Solution:
remap blend mode with pulldown

Verify:
t6d

Change-Id: I1fa431cc6e0c2946148a5a65cf11b5b8c076d3ce
Signed-off-by: rong.wang <rong.wang@amlogic.com>
2025-04-16 20:24:43 -07:00
brian.zhu 56ad288487 deinterlace: re-calculate post mif position for t6d/txhd2 reverse case [1/1]
PD#SWPL-198169
PD#TV-157897

Problem:
When the screen is reversed, the video screen has a black bar

Solution:
fix di crop when di reverse

Verify:
txhd2

Change-Id: Id5c82b9bd13deb840678a8b0e0a2fb5cd42c98fb
Signed-off-by: brian.zhu <brian.zhu@amlogic.com>
2025-04-16 20:24:30 -07:00
wenlong.zhang 349b22a753 drm: fix global alpha is incorrect if zorder switched [1/1]
PD#SWPL-208044

Problem:
global alpha is incorrect, when osd1 zorder > osd2 zorder

Solution:
switch global alpha by osd1 and osd2 zorder

Verify:
s7d revb

Test:
DRM-OSD-82

Change-Id: I1d12b85c1469b3c3e3eb877ac7d64aa8c3212a4f
Signed-off-by: wenlong.zhang <wenlong.zhang@amlogic.com>
(cherry picked from commit 9d0ac42cea4c1ed8a85e42eec4624b396c7d43cb)
2025-04-13 23:48:57 -07:00
mingyang.he 400974999e drm: create /dev/fb based on non-contiguous osd index [1/1]
PD#SWPL-207695

Problem:
not creating /dev/fb1 causes the boot animation not to show

Solution:
determine whether am_meson_create_drm_fbdev is requested for all osds

Verify:
s5

Test:
DRM-OSD-62

Change-Id: I8548e6dcf64af5bbcdb9665654af88edc8710904
Signed-off-by: mingyang.he <mingyang.he@amlogic.com>
2025-04-12 21:36:51 -07:00
Junyi Zhao a36031dc53 clk: fix t3 vpu disabled when boot on [1/1]
PD#SWPL-208407

Problem:
t3 vpu clk being disabled when boot on

Solution:
remove unnecessary PARENT flag
customer should add CL 530892 manually

Verify:
t3 ar301

Change-Id: Icde712573bc241dd243b6c08c93595c8c304d72e
Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
(cherry picked from commit e4ffd5c866ec3e22242b87c78ba2f8d2e569f762)
2025-04-12 21:36:42 -07:00
dian.shao d440a7df30 usb: dwc2 std cancel err [1/1]
PD#SWPL-200276

Problem:
usb:dwc2 std cancel err.

Solution:
Fix workqueue alloc.

Verify:
br301.

Change-Id: I3948718f1045ce223715e91f6f61c9af94a994ac
Signed-off-by: dian.shao <dian.shao@amlogic.com>
(cherry picked from commit e935348de87e45c01e6eed7bf5ed6ab2e399e8a6)
2025-04-12 21:36:33 -07:00
mingyang.he 6f32c27521 drm: enable hibernation for t3 linux [1/1]
PD#SWPL-194158

Problem:
enable hibernation for t3 linux

Solution:
modify logo_reserved in t3 linux dts

Verify:
t3

Test:
DRM-OSD-2

Change-Id: I8d2dc8aa64b6e9fb3088079ee14981e834349a4d
Signed-off-by: mingyang.he <mingyang.he@amlogic.com>
2025-04-12 21:36:22 -07:00
qianqian.cai 35c199dc53 deinterlace: set low clock when shut down [1/1]
PD#SWPL-207716

Problem:
low clock when shut down

Solution:
modify low clock setting

Verify:
s7d/s7/s6

Change-Id: Ic7de944bc565d3515f9bbd5bf9a8f2cfe9170221
Signed-off-by: qianqian.cai <qianqian.cai@amlogic.com>
(cherry picked from commit 86361f7b2243d14cce4a7f9ab93350e573e72ee8)
2025-04-10 04:07:05 -07:00
Chuan Liu 4cddbd5d7d clk: Allow modifying vpu_clkb_tmp when configuring vpu_clkb [1/1]
PD#SWPL-207716

Problem:
1 When the DI goes idle, the DI configures vpu_clkb to a lower
frequency (e.g., 18 MHz for S7/S7D/S6; 60 MHz for T3X/T5M, etc.).
2 The parent clock of vpu_clkb is defaulted to vpu_clk, which is
configured to a higher frequency (e.g., 666 MHz).
3 During early suspend, the VPU reduces vpu_clk to 25 MHz. As vpu_clkb
is a child clock of vpu_clk, it is also scaled down to a very low
frequency (e.g., (18 MHz / (666 MHz / 25 MHz)) ≈ 0.67 MHz).
4 When vpu_clkb drops to an extremely low frequency, it causes DI
register read/write exceptions, leading to a system bus hang.

Solution:
Allow modification of vpu_clkb_tmp configuration when setting vpu_clkb
frequency, effectively isolating vpu_clkb from vpu_clk frequency scaling
impacts.

Verify:
S905Y5/S905X5M/S905X5

Change-Id: If8527b98f849909f89f099d3efc5f121fc5447fe
Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
2025-04-10 04:04:46 -07:00
qinghui.jiang 4521765c4c amvecm: improve vcbus set reg [1/1]
PD#SWPL-158483

Problem:
conflict possibility for vcbus set.

Solution:
improve set reg by bits.

Verify:
t5d

Change-Id: I5ad6672c4c0a84d380e33efc8fcf7fbacb15af08
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
(cherry picked from commit ab14b28c6ed8a999c2156c2772259243cee39e14)
2025-04-10 01:38:18 -07:00
nengwen.chen 7efc862074 dtv_demod: switch dvb-t/t2 top agc to inner agc on T6D (V3.6.022) [1/1]
PD#SWPL-208160

Problem:
dvb-t/t2 use top agc lead to unlock.

Solution:
switch dvb-t/t2 top agc to inner agc on T6D.
AMLDTVDEMOD_VER "V3.6.022".

Verify:
T6D.

Change-Id: I40e3f8713342f10ab0f03448d7646b94678c6c69
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
(cherry picked from commit 63deadc7b1a26f5a9aae98f7f482967229321c8f)
2025-04-09 22:41:39 -07:00
caiyi.xu a9c29adcff dtv_demod: fix low probability missing dvbt channel (v3.6.21) [1/1]
PD#SWPL-203367
PD#SWPL-175233

Problem:
low probability missing dvbt channel

Solution:
do reset when dvbt signal signal cannot be locked continuously

Verify:
BR30A1, AY301

Change-Id: I10e19021e020e8c2824eaf910a973c37d373be83
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
(cherry picked from commit b9e1ffc1e2a0fa15fb68e9aa1d8f016eb2b39901)
2025-04-09 04:06:20 -07:00
Haotian Guo f0f57ebc2d tvafe: fix av detect [1/1]
PD#TV-157802

Problem:
av does not recognize unplugging

Solution:
add dclk reset

Verify:
t5w

Change-Id: I54375d37e9d118f18e52eac6736d80d2418a80c8
Signed-off-by: Haotian Guo <haotian.guo@amlogic.com>
2025-04-07 02:47:20 -08:00
Doosan Baek 86fd146d2b kt/kl: fix lock function [1/1]
PD#SWPL-203475

Problem:
break is not triggered after timeout in kt/kl lock function

Solution:
return error after timeout

Verify:
sc2, s6

Change-Id: Id83f25825f19e367452c10828b37fba95ac0ffc7
Signed-off-by: Doosan Baek <doosan.baek@amlogic.com>
2025-04-02 22:38:09 -08:00
zhicheng.huang a9fc670c36 dvb_extern: add tuner CXD6866ER(V1.28) [1/2]
PD#OTT-74677

Problem:
add tuner CXD6866ER

Solution:
1.add tuner CXD6866ER
2.version V1.28

Verify:
s7d

Change-Id: I7d5be5911f7da97c7803ce0b7e24a1b286001007
Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
2025-03-27 15:00:17 +08:00
nengwen.chen bbd6ad2d78 dvb_extern: add rt710/rda5815m tuner detect (V1.27) [1/1]
PD#SWPL-202627

Problem:
add rt710/rda5815m tuner detect.

Solution:
add rt710/rda5815m tuner detect.

Verify:
T6D.

Change-Id: I42a51b80293bb3216c4e2b175b8860cec9339625
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2025-03-27 15:00:02 +08:00
hai.cao 5150d7862b vpu: control vpu suspend resume flow [1/1]
PD#SWPL-205751

Problem:
suspend and resume only need run once

Solution:
add status to control

Verify:
sc2

Change-Id: I947978b5fa55191feb3551460c4cd6dbd386ef19
Signed-off-by: hai.cao <hai.cao@amlogic.com>
(cherry picked from commit a67c4618e6822079c3170f4b03bbf9f44e209605)
2025-03-25 02:19:28 -08:00
mingyang.he a02067e59a drm: adjust print level for hdmi update dv [1/1]
PD#SWPL-202242

Problem:
play video drm exception log continues to print

Solution:
adjust print level

Verify:
s7d

Test:
DRM-OSD-43

Change-Id: Ie72abf0dff5d77f1d10defcc49aa052be3e581f6
Signed-off-by: mingyang.he <mingyang.he@amlogic.com>
2025-03-24 23:56:02 -08:00
yicheng shen df8cc1029c hdmirx: can not access to hdmirx cor register [1/1]
PD#SWPL-200306

Problem:
can not access to hdmirx cor register due to the wrong clk_cntl
register

Solution:
Correct the address of clk_cntl

Verify:
T5W/TXHD2

Change-Id: I93a9fe92347bef155c60a5b177933abe59fd19c8
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
2025-03-24 19:38:43 +08:00
yaoyu.xu 75212c6014 hdmirx: fix de err when hdcp22 [1/1]
PD#SWPL-199428

Problem:
de err when hdcp22.

Solution:
close hdcp 22 auth done.

Verify:
t5m

Change-Id: Ibd88062ce21dd7b5c5d8f0404b54303cd6b693ca
Signed-off-by: yaoyu.xu <yaoyu.xu@amlogic.com>
2025-03-24 12:34:38 +08:00
yicheng shen e492a6a80e hdmirx: keep irq off when early suspend [1/1]
PD#SWPL-197815

Problem:
In current flow,we will turn off cfg clk but not turn off irq
in early suspend,clearing irq without cfg clk may causing panic,
as clearing irq need cfg clk enabled

Solution:
turn off irq when early suspend

Verify:
T6D

Change-Id: I02ad30bc452794ce7a97b9bd2505297a2eb21828
Signed-off-by: yicheng shen <yicheng.shen@amlogic.com>
2025-03-24 12:34:38 +08:00
yaoyu.xu 4834619182 hdmirx: modify hdcp reauth flow [1/1]
PD#SWPL-196680

Problem:
Display abnormal when timing unstable.

Solution:
Add hdcp re auth flag.

Verify:
T950D5

Change-Id: I51238ef2a43f27dcfad96c2b01592974acf548cd
Signed-off-by: yaoyu.xu <yaoyu.xu@amlogic.com>
2025-03-24 12:34:38 +08:00
qinghui.jiang 2c403cfc0c amvecm: modify lc size limit [1/1]
PD#SWPL-206328

Problem:
size limit not fit to disable lc.

Solution:
modify lc size limit.

Verify:
t950d5

Change-Id: I29f706b38716e8a18ff5535dbaf274f83c6f516c
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
2025-03-19 19:38:00 -08:00