Commit Graph

6040 Commits

Author SHA1 Message Date
hang cheng dcc3320ceb hdmitx: optimise 10to20 fifo [1/1]
PD#SWPL-201096

Problem:
there's probability 10or18to20 fifo over/under flow
issue during display, and will cause flash screen issue
1.10or18to20 fifo reset itself will cause fifo
spill over again
2.clk_todig(the fifo put clk) is disable when disable phy
3.hpll may be unlock after switch mode, especially when
hpll fractional part is large.

Solution:
optimise 10to20 fifo
1.disable fifo intr before do fifo reset, and add delay
after fifo reset and before enable fifo intr again
2.keep clk_todig always enabled
3.increase pll lock tolerance of hpll fractional part

Verify:
s5

Test:
DRM-TX-78 DRM-TX-79

Change-Id: Ib678d77e205e3dd8e54bd44955c22e4527689e2f
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2025-06-09 13:53:11 +09:00
Pengcheng Chen f3b273dfb3 vpp: used brr_duration to calc reshape skip if QMS enable [1/1]
PD#SWPL-200524

Problem:
used brr_duration to calc reshape skip if QMS enable

Solution:
used brr_duration to calc reshape skip if QMS enable

Verify:
s5

Test:
s5 QMS mode play video

Change-Id: If443599dd27e5ed78247b98bfc07038137254b24
Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2025-06-09 13:53:11 +09:00
Hao Shi b683a43139 codec_mm: release scatter clearly [1/1]
PD#SWPL-197630

Problem:
When there are multiple owners, the slots and scatter
released by one owner will not be fully released.

Solution:
release no user scatters, no matter how many there are.

Verify:
sc2

Change-Id: I8d0a9cef75e53cdfd78fc39beb064265526b5b10
Signed-off-by: Hao Shi <hao.shi@amlogic.com>
2025-06-09 13:53:11 +09:00
zhenteng.tian 29b211eeff vc: drop err vf when next vsync comes. [1/1]
PD#SWPL-199252

Problem:
memory leaks because repeat vf could not signal fence

Solution:
drop err vf when next vsync comes

Verify:
T5M

Change-Id: I90688285da91b7192d4d3c3d4c7426082efd38bb
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
2025-06-09 13:53:11 +09:00
Wenjie Qiao 9346287e21 hdmitx: AndroidU need hdmi disconnect when suspend [1/1]
PD#SWPL-197836

Problem:
AndroidU framework get hdmi connect status by the node:
cat /sys/class/extcon/extcon0/cable.0/state;
now only the hpd plugout will send extcon node 0;
When suspend and hpd is high, the node is 1, so androidU
framework think hdmi is connected

Solution:
hdmitx_audio_event send 0 by extcon when suspend

Verify:
s7d

Test:
DRM-TX-143

Change-Id: I59833796c74b2640b44beb77a7472bcbfc1dd9ca
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2025-06-09 13:53:11 +09:00
can.zhang 2294181ac3 dv: fix g_dst_format value [1/1]
PD#SWPL-199604

Problem:
No prime_sl support

Solution:
YAdd prime_sl support

Verify:
Verified on sc2

Change-Id: I757a0df4f5956f05f9023f5fc5f993140e92bbd5
Signed-off-by: can.zhang <can.zhang@amlogic.com>
2025-06-09 13:53:11 +09:00
zongdong.jiao efedaf759e hdmitx: enlarge time for vpfdet working [2/2]
PD#SWPL-196463

Problem:
S7 adds the dymanical clock gate of vpfdet. When enable this gate,
it will need extra 1 frame time for accurate timing detection.

Solution:
Enlarge time for vpfdet working

Verify:
s7/qurra

Test:
DRM-TX-75

Change-Id: I1580ea20cd8a1fcfc8047c1dd9826b472f98012f
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2025-06-09 13:53:11 +09:00
zhan.wang 3c09ba9f78 amvecm: static analysis warnings [1/1]
PD#SWPL-201033

Problem:
static analysis warnings

Solution:
fix it

Verify:
verify on t5m

Change-Id: Id2f71359642aa34aefa3868511e59057fd666ad9
Signed-off-by: zhan.wang <zhan.wang@amlogic.com>
2025-06-09 13:53:11 +09:00
Wenjie Qiao b98440bb7b hdmitx: s6/s7d check the deep color phase [2/2]
PD#SWPL-194999

Problem:
check the deep color phase may make time out

Solution:
enable phy to dig before poll reg
keep the tmds clk and pixel clk

Verify:
s6/s7d

Test:
DRM-TX-135

Change-Id: I09dc3e933d07e3d5aa490fbf35b260fdad10b3a7
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2025-06-09 13:53:11 +09:00
Wenjie Qiao 836905f127 hdmitx: check the deep color phase [1/2]
PD#SWPL-188132

Problem:
check the deep color phase may make mistake

Solution:
not use the intr2_stat1, because from stable to non-stable or vice-versa
the bit will not be 1; and should use the reg SYS_STAT bit0 p_stable
and enable phy to dig before poll reg

Verify:
s5/s7d

Test:
DRM-TX-135

Change-Id: I69882915c7d7ec7c3734e670a813d5bf817e1c79
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2025-06-09 13:53:10 +09:00
Wenjie Qiao cf8fc9230c hdmitx: audio ddp format may have glitch [2/2]
PD#SWPL-185252

Problem:
nts test fail
ddp format may have audio glitch

Solution:
enable null packet

Verify:
s7d

Test:
DRM-TX-141

Change-Id: I4e4f9cf7ca20cc4e7ec5149094e9b0730ec8e51c
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2025-06-09 13:53:10 +09:00
tuan zhang a7bdd8721d Revert "drm: reuse current out fence if display is delayed [1/1]"
PD#SWPL-197193
PD#OTT-71801

Problem:
sync file used after free

Solution:
This reverts commit bc697d4f4f.

Verify:
x5m

Change-Id: I785e1efa8babd9dad2e8ed556af0f1614c6b6d16
Signed-off-by: tuan zhang <tuan.zhang@amlogic.com>
2025-06-09 13:53:10 +09:00
qing.zhang 4a51bce110 audio: clock config with resample and loopback [1/1]
PD#SWPL-196157

Problem:
clock not config default

Solution:
1. add clock for resample,loopback, pdm
2. verify loopback only
3. verify loopback with resample A
4. verify pdm only

Verify:
t5w

Change-Id: I72e23961deab781366d5bed2c6a4df0c8fc99fb2
Signed-off-by: qing.zhang <qing.zhang@amlogic.com>
2025-06-09 13:53:10 +09:00
qinghui.jiang 6d79ba9d21 amvecm: modify cm init reg method [1/1]
PD#SWPL-198874

Problem:
need to write init regs directly.

Solution:
modify code flow for cm init.

Verify:
t7c

Change-Id: I197c8b0af2c4268c9bef11aab4beb39befec29c8
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
2025-06-09 13:53:10 +09:00
qinglin.li 691d593c25 upgrade: common14-5.15 upgrade by Mar with kernel [1/1]
PD#SWPL-204237

Problem:
update include/linux/upstream_version.h
fix conflict

Solution:
AML_KERNEL_VERSION      13
UPSTREAM_VERSION        "c0bad795ed1a0"
AML_PATCH_VERSION       "c0bad795ed1a0"
MERGE_DATE              "2025-03-12"

Verify:
local

Change-Id: I2c032c4233d88f717951518bb0c9a7807dc4c0a1
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2025-05-13 08:24:09 +09:00
lei.chen e684c7419e BT: remove bt irq register [1/1]
PD#SWPL-194042

Problem:
1.bt wake host irq conflict with bt driver.

Solution:
1.remove irq register in bt_device.c

Verify:
ohm.

Change-Id: If197cb91237685a14d7cd9eb8eb24952f2985af4
Signed-off-by: lei.chen <lei.chen@amlogic.com>
2025-05-13 08:24:09 +09:00
ruofei.zhao 673d70e51b hdmitx: remove the is_hdr10plus_enable judgment logic for t7c [1/1]
PD#SWPL-207086

Problem:
When OTT is connected to a TV that supports hdr10plus and it is
turned on for the first time, it shows that it does not support
hdr10plus

Solution:
remove the is_hdr10plus_enable judgment logic,
add the enable_hdr10plus node in the amhdmitx device tree to
perform hdr10plus logic judgment

Verify:
t7c

Test:
DRM-TX-78

Change-Id: I3954e5ffabd037f7fa2db6f52cba4467a171b87a
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-13 08:23:54 +09:00
ruofei.zhao c10deaf4aa hdmitx: remove the is_hdr10plus_enable judgment logic [1/1]
PD#OTT-75696
PD#SWPL-207086

Problem:
When OTT is connected to a TV that supports hdr10plus and it is
turned on for the first time, it shows that it does not support
hdr10plus

Solution:
remove the is_hdr10plus_enable judgment logic,
add the enable_hdr10plus node in the amhdmitx device tree to
perform hdr10plus logic judgment

Verify:
S905X5

Test:
DRM-TX-78

Change-Id: Ie4bf4d0d9d61287a339b35f1b8c5ad973e2b855f
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-13 08:23:54 +09:00
can.zhang 58a08f6748 amvecm: fix is_hdr10plus_enable value [1/1]
PD#OTT-75696
PD#SWPL-207086

Problem:
When OTT is connected to a TV that supports hdr10plus and it is
turned on for the first time, it shows that it does not support
hdr10plus

Solution:
remove the is_hdr10plus_enable judgment logic,
HDR10plus strategy selection by HDR module

Verify:
S905X5

Change-Id: I895a50655b103b3b55aee561e22f4ceb9b9c4727
Signed-off-by: can.zhang <can.zhang@amlogic.com>
2025-05-13 08:23:54 +09:00
jialong.jiang b9c06b65a3 amdv: display abnormal when reboot quiescent. [1/1]
PD#SWPL-201491

Problem:
core2a lut is not updated successfully.

Solution:
set core2a lut more times.

Verify:
s7d

Change-Id: I6ffe40512440a2c08b0797d32285c4e3beca1f00
Signed-off-by: jialong.jiang <jialong.jiang@amlogic.com>
2025-05-13 08:23:54 +09:00
chao.zhang d8d99de240 pwm table: fix cpu pwm table by clk to 24mhz [1/1]
PD#SWPL-194956

Problem:
pwm clk switch to 24mhz cpu pwm tbale need update

Solution:
fix kernel cpu pwm table

Verify:
s7

Change-Id: I88de9b3ec8d3bd45482331c13edaf0f7e62d5027
Signed-off-by: chao.zhang <chao.zhang@amlogic.com>
2025-01-14 15:33:28 +08:00
chao.zhang 6587516889 pwm table: fix cpu pwm table by clk to 24mhz [1/1]
PD#SWPL-195662

Problem:
pwm clk switch to 24mhz cpu pwm tbale need update

Solution:
fix kernel cpu regulator
refer 500710;

Verify:
s7d

Change-Id: Iaa455050e209476d0a1bfdae28277fcd2d47b0ab
Signed-off-by: chao.zhang <chao.zhang@amlogic.com>
(cherry picked from commit 88d8e527ec)
2025-01-14 15:28:28 +08:00
chao.zhang 3cd2359544 pwm table: fix cpu pwm table by clk to 24mhz [1/1]
PD#SWPL-195669

Problem:
pwm clk switch to 24mhz cpu pwm tbale need update

Solution:
fix regulator table

Verify:
s6

Change-Id: I367824b6fee9e09c4ac213fc81ef5fabf50b3569
Signed-off-by: chao.zhang <chao.zhang@amlogic.com>
2025-01-14 15:13:42 +08:00
qiyao.zhou 3b4cd06bd8 uvm: support aisr based on DI backend [1/2]
PD#SWPL-166694

Problem:
support aisr based on DI backend for t3.

Solution:
support aisr based on DI backend for t3.

Verify:
t3

Change-Id: Idb5e0ab48b0976399e03c183f8ae54d0c136e864
Signed-off-by: qiyao.zhou <qiyao.zhou@amlogic.com>
2025-01-09 20:08:06 +08:00
yao liu 6f242cc81a amdv: bypass eyeprotect in sink-led [1/1]
PD#SWPL-198828

Problem:
switch eye protect mode, color not change when dv enable

Solution:
add eye protect support when dv enable, except sink-led

Verify:
s905x4

Change-Id: I8e9a2d805cf6f1cd21410a86046d6779e5dec51f
Signed-off-by: yao liu <yao.liu@amlogic.com>
2025-01-09 19:00:43 +08:00
Jianxiong Pan 077818c35d aml_smmu: update tee api for protect mem. [1/1]
PD#SWPL-193867

Problem:
update tee protect mem api.

Solution:
use tee_protect_mm().

Verify:
local.

Change-Id: Id7e537d0f6f1fc3ec044e791c3416d730f67ca4c
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2025-01-08 15:54:20 +08:00
Jianxiong Pan 443771ad6a pcie: enable white list for arm 32bit. [1/1]
PD#SWPL-179193

Problem:
pcie white list not work.

Solution:
init the specified memory area.

Verify:
local.

Change-Id: Id01c40c7f3403246302fd968611424d9b07d8dd1
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2025-01-08 15:53:21 +08:00
Junyi Zhao 6c838b6694 pwm: s6: update pwm_clk to secure [1/1]
PD#SWPL-193316

Problem:
secure permission needs to be set for the pwm_clk register
related to voltage regulation. Relevant clk configurations
need to be stored in bl31. kernel configurations need to
be deleted.

Solution:
fix pwm clk related to voltage regulation to secure
cherry-pick from 493051

Verify:
s6_bl201

Change-Id: Ic50a19f2e78f5fffd63ee2c4e481fc4b11e43dc9
Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
2025-01-08 15:52:09 +08:00
jiabin.chen a532f44c6e wifi: use tee pwm [1/1]
PD#SWPL-197385

Problem:
pwm change to tee, not to be used

Solution:
use tee pwm

Verify:
s6

Change-Id: I50e05ea96ed5deff09bc62c9701ed709a92ce384
Signed-off-by: jiabin.chen <jiabin.chen@amlogic.com>
(cherry picked from commit a6b90b2ef3)
2025-01-08 15:50:08 +08:00
Junyi Zhao 16b815e402 pwm: open double channel for tee [1/1]
PD#SWPL-196869

Problem:
when pwm's clk be locked by tee, all pwm should follow tee.
so, should support wifi 32K on pwm tee module.
in case of clk of wifi's pwm channel being locked.

Solution:
add  double channel to match wifi 32K legacy used.

Verify:
s6

Change-Id: I09a0ccbdf191ed31f86a6e3fc006672368eedd15
Signed-off-by: Junyi Zhao <junyi.zhao@amlogic.com>
(cherry picked from commit 13fca4e045)
2025-01-08 15:49:10 +08:00
Chuan Liu 61c4a125f6 clk: Update the shared memory address of the SCMI in the DTB [3/3]
PD#SWPL-193598

Problem:
When the address of shmem in DTB does not match that of BL31, it
supports updating the address of shmem in DTB.

Solution:
Supported

Verify:
S905Y5/S905X5M/S905X5/T950D5

Change-Id: I67836ac85d81a983061975a000e4276cd9a4720b
Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
2025-01-08 15:47:51 +08:00
bangzheng.liu 38ec246940 DSP: SC2 ffv dsp flow modification [2/4]
PD#SWPL-195183

Problem:
1. Kernel clk tree do not know the state if dsp switch its
clk when kernel is in suspend mode. which would cause clk
state error.
2. Permission of accessing pwrctrl register should be enabled in bl2
instead of configure it dynamicly.

Solution:
1. Move clk switch flow from dsp side to kernel.
2. Open permission of accessing pwrctrl register in bl2.

Verify:
sc2

Change-Id: Icfaad81586781af1db874d07d64edee0875c8c27
Signed-off-by: bangzheng.liu <bangzheng.liu@amlogic.com>
2025-01-08 15:10:14 +08:00
zhikui.cui 26f8c95ff6 NAND: adapt to new reserve designs [1/1]
PD#SWPL-186183

Problem:
extern reserved partition maybe overlap inside bbt reserved partition

Solution:
1. parsing reserved partitions from dtb
2. skip overlap bbt blocks when scan other reserved partition

Verify:
BR309-T950D5_SOCKET #48

Change-Id: If2c2f780aa320078ed8a33bd8fadebaffaf39a43
Signed-off-by: zhikui.cui <zhikui.cui@amlogic.com>
2025-01-08 15:07:52 +08:00
yiting.deng decbe66152 clk: s6: update pwm_clk to secure [3/3]
PD#SWPL-191710

Problem:
secure permission needs to be set for the pwm_clk register
related to voltage regulation. Relevant clk configurations
need to be stored in bl31. kernel configurations need to
be deleted.

Solution:
fix pwm clk related to voltage regulation to secure

Verify:
s6_bl201

Change-Id: I5d7eb80055a120cfa2342c48dbfc1b7c8d87d1c8
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2025-01-08 14:58:13 +08:00
binbin.wang 3fc2ea3a7d s6: Kernel support DSP suspend resume with ffv [2/2]
PD#SWPL-184689

Problem:
DSP needs to support low power mode.

Solution:
Add ddr access request for DSP.

Verify:
S6

Change-Id: I552e4440d8881100e2c71a2378266468431074d4
Signed-off-by: binbin.wang <binbin.wang@amlogic.com>
2025-01-08 14:56:01 +08:00
Liming Xue a160cfaf0d s6: ddr refresh rate uses soc temperature control [1/1]
PD#SWPL-198622

Problem:
s6 ddr refresh rate uses dmc sensor temperature control causes system
is stuck and restarts

Solution:
ddr kernel refresh cuts from dmc to soc temperature control

Verify:
s6

Change-Id: If489190a82e88feb1cd981694dd1e6984c265207
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2025-01-08 10:49:46 +08:00
jialong.jiang d13840b213 amdv: 1080p24hz/720p display abnormal. [1/1]
PD#SWPL-190315

Problem:
1080p24hz/720p display abnormal.

Solution:
modify g_vporch

Verify:
sc2/s4d/s7d

Change-Id: I146257c9612cfe2fbcfb56c775761750e56340a4
Signed-off-by: jialong.jiang <jialong.jiang@amlogic.com>
2025-01-03 17:23:40 +08:00
Dezhen Wang 7ff1ad4dc5 vts: android S upgrade to U planck ATV vts [1/1]
PD#SWPL-197750

Problem:
vts fail because missing config CONFIG_DEBUG_LIST

Solution:
add CONFIG_DEBUG_LIST in stb_u_common14-5.15_devconfig

Verify:
local

Change-Id: I459457a83f979b8230f7e8b486affbea5dd96977
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2025-01-03 17:23:08 +08:00
yao zhang1 da3115d22d config: Enabled configs for vts and nts tests in upgrade project. [1/1]
PD#SWPL-168544

Problem:
Nts & vts test failed.

Solution:
1, Enable CONFIG_CRYPTO_LZ4 for nts test
2, Enable CONFIG_LEDS_CLASS for vts test.

Verify:
ohm

Change-Id: I754df87c7b4282f98ecef0dd7a8b38291b7134dd
Signed-off-by: yao zhang1 <yao.zhang1@amlogic.com>
2024-12-31 11:28:08 +08:00
fuqing.chen dd94623bb5 gfx config: s6 bl204 need config 1080p UI [1/1]
PD#SWPL-198339

Problem:
s6 bl204 need config 1080p UI

Solution:
config heap-fb heap-gfx for 1080p UI

Verify:
S6 BL204

Change-Id: Ib90093776f39b5f5f6e8df22f1f45344df3fdf51
Signed-off-by: fuqing.chen <fuqing.chen@amlogic.com>
2024-12-30 20:11:48 +08:00
jinbing.zhu 5908b4e093 amvecm: modify cm write regs mode [1/1]
PD#SWPL-196695

Problem:
write regs by vcb cause flash

Solution:
mofidy use rmda

Verify:
s6

Change-Id: If6b3a118bc39d9e6376ad0ac42167a844fb93671
Signed-off-by: jinbing.zhu <jinbing.zhu@amlogic.com>
2024-12-30 19:33:08 +08:00
Pengcheng Chen 2e0c4ca107 video: update safa_pps_hw_ctrl bit when hdmi hot plug [1/1]
PD#SWPL-190856

Problem:
safa_pps_hw_ctrl frm2fld_en bit set when hdmi hot plug

Solution:
update safa_pps_hw_ctrl bit when hdmi hot plug

Verify:
s7d

Change-Id: I7277748566d443424abd3a5c9dff169460b80bae
Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
2024-12-26 16:23:16 +08:00
yu.xie d503a63f7c codec_mm: CB1 S7 1G lowmem platform need to reduce codec_mm size. [1/1]
PD#SWPL-195404

Problem:
S7 1G lowmem platform need to reduce codec_mm size.

Solution:
The maximum scenario is HEVC 1080i local playback, need 92M.

Verify:
S7

Change-Id: I2cc57e46694e6a11c4aa42ec9d7ff96af0cf44b2
Signed-off-by: yu.xie <yu.xie@amlogic.com>
2024-12-25 13:30:11 +08:00
Chuan Liu b58929029f clk: Fix the SCMI shmem cache issue [2/3]
PD#SWPL-196548

Problem:
In the Kernel, reading and writing SCMI shmem is non-cache, but in bl31
it is cache. Therefore, it will cause an abnormal SCMI communication
between BL31 and the Kernel due to the cache synchronization issue.

Solution:
SCMI shmem of bl31 is changed to non-cache.

Verify:
S905Y5/S905X5M/S905X5/T950D5

Change-Id: I3cdc18ba22916c84620a154dc616b0f13f4f91f7
Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
2024-12-24 15:06:31 +08:00
jiebing chen be1aab5b10 audio: fix avin source can't switch [1/1]
PD#SWPL-196371

Problem:
Under AV signal source, there is image but no sound

Solution:
when tdm input source switch acodec, need clear the config

Verify:
t6d

Change-Id: I86d2b9983c50cffad7ed76142dc6b646f6dcd82c
Signed-off-by: jiebing chen <jiebing.chen@amlogic.com>
2024-12-23 13:35:09 +08:00
Jian Cao b6d0feff3b ge2d: fix sleepable operations in timer soft interrupt [1/1]
PD#SWPL-196919

Problem:
the system reboots while playing video

Solution:
move sleepable operations to the work queue

Verify:
s7d

Change-Id: I6671cc5ead066bf03c0c4f803eb7ea3dab2a8ebe
Signed-off-by: Jian Cao <jian.cao@amlogic.com>
2024-12-23 10:40:27 +08:00
Liming Xue cc997f3d9c host: free reserved memory when soc not have dsp [1/1]
PD#SWPL-195250

Problem:
dsp not free memory of reserved in dts when this board not have dsp

Solution:
free reserved memory when soc not have dsp

Verify:
s5

Change-Id: Iea84982c729b5acbbe5d7ad9ac203f3d27f9f839
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2024-12-23 10:27:47 +08:00
Liming Xue 51b634abf3 thermal: s6 disabled ddr control [1/1]
PD#SWPL-197333

Problem:
s6 ddr dmc init register,the write operation will cause the system to
freeze and restart

Solution:
disable ddr control

Verify:
s6

Change-Id: I600aa962619ce8a3de0152c6e36752a33789daab
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2024-12-20 20:34:12 +08:00
chao.zhang 04c3caa2bd pdvfs: update s7d cpu pdvfs [1/1]
PD#SWPL-174822

Problem:
enable s7d cpu pdvfs

Solution:
update cpu pdvfs table

Verify:
S7D

Change-Id: I484ee3c181bcc1afe8641a05fceee471c24d3ccc
Signed-off-by: chao.zhang <chao.zhang@amlogic.com>
2024-12-20 17:30:27 +08:00
Jianxiong Pan 58d2291899 mm: disable slabtrace. [1/1]
PD#SWPL-195917

Problem:
slabtrace is no longer needed to track slab leaks.

Solution:
disable slabtrace.
use slub debug to trace slab leaks.

Verify:
local.

Change-Id: I6c24505486765f8e0a492b5d027dd5451ee17c75
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2024-12-20 11:31:38 +08:00