Commit Graph

910 Commits

Author SHA1 Message Date
Ao Xu 6a9faa4e9f drm: add dptx connector driver support [1/1]
PD#SWPL-220560

Problem:
no dptx connector driver

Solution:
add dptx connector driver support

Verify:
t7c

Test:
DRM-TX-38

Change-Id: I3315c549217fc964cfdd23e09b8243a7b43a5d9e
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2025-07-29 07:07:56 -07:00
Evoke Zhang cc465adbbd lcd: fix clk_change mistake for vmode switch [2/2]
PD#SWPL-224501

Problem:
vmode switch not change clk

Solution:
fix clk_change mistake for vmode switch

Verify:
bs311

Change-Id: Ic42035e45db46cbc696809762077dfc79a047414
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2025-07-29 05:24:45 -07:00
ruofei.zhao 3e0a527421 hdmitx: add csc delay config [1/1]
PD#SWPL-222171

Problem:
when switching from HDR to SDR, YUV422, 12bit is switched to
YUV444, 8bit via CSC, and the picture will flash a purple frame

Solution:
when switching from HDR to SDR, add CSC delay config, after 2 frames,
YUV422, 12bit is switched to YUV444, 8bit through CSC

Verify:
S905X5M

Test:
DRM-TX-78

Change-Id: I46987dc28ba5bb90766b617077b52a9321644a50
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-07-29 05:23:38 -07:00
congyang.huang e5dd5676a0 vout: notify loopback status for vpp [1/1]
PD#SWPL-223349

Problem:
VPP and vout writing VPP_MISC register conflict,
resulting in abnormal display

Solution:
vout notify vpp to write reg

Verify:
txhd2

Test:
DRM-OSD-55

Change-Id: I76e27382a96e3aa24b6572ef064ee53510251853
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2025-07-29 05:23:29 -07:00
Tao Zeng 1107abec0f f2fs: use amfc to support compress [1/2]
PD#SWPL-223540

Problem:
f2fs do not support compress

Solution:
1, sync drvier code from 5.15
2, use amfc to support compress

Verify:
S7D

Change-Id: Ia8ac5086a567c18179f1b83bdcbe83d59c2ffb08
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2025-07-28 03:13:30 -07:00
Ao Xu 49216de422 meson_tx_connector: add dptx and hdmitx new driver [1/1]
PD#SWPL-220560

Problem:
add dptx and hdmitx new driver

Solution:
add dptx and hdmitx new driver

Verify:
s7d

Test:
DRM-TX-38

Change-Id: I67bd41a05f2a047fdb01dd341e9db85e2ec9fd9a
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2025-07-28 01:20:00 -07:00
qiankun.wang c6c1a57139 IOTM: sync kernel5.15 code [1/1]
PD#SWPL-203987

Problem:
sync kernel5.15 code.

Solution:
IOTM: Fix coverity issue [1/1]
IOTM: enlarge iotm record size [1/1]
iotm: Fix coverity issue [1/1]
IOTM: stop iotm when irq has abnormal [1/1]
IOTM: data is out of bounds [1/1]
IOTM: enable iotm on t6w [1/2]

Verify:
T6D

Change-Id: I87712d26d9e6d2f062a08dd0e4bc3e8586b34a03
Signed-off-by: qiankun.wang <qiankun.wang@amlogic.com>
2025-07-27 22:09:09 -07:00
jing.li1 56b237cddf Demux: Demux driver supports 16G memory [1/1]
PD#SWPL-176906

Problem:
Demux driver need to support 16G memory

Solution:
Update demux driver to support 16G memory

Verify:
Verified on s6

Change-Id: If6d80a9be5c33bfda0310e2f5d6771448c7d9c68
Signed-off-by: jing.li1 <jing.li1@amlogic.com>
2025-07-27 22:08:21 -07:00
mingyang.he 3f1e8d80f0 drm: add write permission for uvm buffer for kernel 6.12 [1/1]
PD#SWPL-221231

Problem:
add write permission form uvm buffer

Solution:
add write permission form uvm buffer

Verify:
t6d

Test:
DRM-OSD-36

Change-Id: I10260c456a45531c74078b12810c6a510f17272f
Signed-off-by: mingyang.he <mingyang.he@amlogic.com>
2025-07-24 19:31:47 -07:00
Jian Cao d2e59724b5 amdv: optimize dma time cost [1/1]
PD#SWPL-219628

Problem:
Video artifacts in vpp low latency mode

Solution:
optimize dma time cost

Verify:
s7d

Change-Id: Iccf16486b84bd26c652ab0201317b5e5c961a3a5
Signed-off-by: Jian Cao <jian.cao@amlogic.com>
2025-07-24 19:31:23 -07:00
jiabin.chen 0370f1b06c wifi: add pwm 32k start or stop api [1/1]
PD#SWPL-223442

Problem:
wifi module api for start or stop wifi 32k

Solution:
add pwm 32k start or stop api

Verify:
ross

Change-Id: Ie3826ec93652e011d5802af508ff134c6253e761
Signed-off-by: jiabin.chen <jiabin.chen@amlogic.com>
2025-07-23 05:37:14 -07:00
Haotian Guo 4a0a978530 tvafe: sync 5.15 code [1/1]
PD#SWPL-222460

Problem:
sync 5.15 code

Solution:
sync 5.15 code

Verify:
t5m

Change-Id: Ia5138e6f1975ab479acf0abd03f23d6ef70581bb
Signed-off-by: Haotian Guo <haotian.guo@amlogic.com>
2025-07-23 02:13:59 -07:00
Tao Zeng 63b4ca630c amfc: sync driver from 5.15 [1/2]
PD#SWPL-223138

Problem:
amfc driver is too old compared with 5.15

Solution:
sync it from 5.15

Verify:
S6

Change-Id: Ia405e1ec397c2b06782126488f3a8171f234c9ec
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
2025-07-23 00:31:33 -07:00
jie.dai e674b2523a lcd: QMS/QMS+ sw_vrr [1/1]
PD#SWPL-217442

Problem:
QMS dynamic framerate switch flicker

Solution:
implement QMS/QMS+ by sw vrr

Verify:
T5M

Change-Id: I4668dfba02c4aaedea4baaf2b3875d9a3df78d03
Signed-off-by: jie.dai <jie.dai@amlogic.com>
2025-07-22 23:17:52 -07:00
jie.dai 5d1a8a0680 lcd: fix vbyone flash when frame_rate change [1/1]
PD#SWPL-220372

Problem:
panel will flash by vbyone reset when frame_rate change(clock changed)

Solution:
1.do not reset vbyone if PLL multiplier don't change
2. remove LCD_CLK_PLL_RESET, it repeats the LCD_CLK_PLL_CHANGE

Verify:
t6w

Change-Id: I8f8745c511b16aa8bc9b36957e906fa8fd731c43
Signed-off-by: jie.dai <jie.dai@amlogic.com>
2025-07-22 23:04:48 -07:00
Evoke Zhang c7406a1897 lcd: support more ioctl cmd for get panel info [1/1]
PD#SWPL-222608

Problem:
1.need sync lcd config ready state
2.need get lcd interface type

Solution:
add lcd config ready and get interface cmd

Verify:
ay301

Change-Id: I18890b604ad4df3ccc7f995de34423f4380c589a
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2025-07-22 20:01:19 -07:00
zijie.hong 4f61c0ab24 vdin: sync code from k5.15 [1/1]
PD#SWPL-222264

Problem:
WSS can not work

Solution:
1) driver sync code from 5.15
2) app auto insmod ko

Verify:
TXHD2

Change-Id: I8cb8333cdfd7b478eaaace58bc98c178b18816e9
Signed-off-by: zijie.hong <zijie.hong@amlogic.com>
2025-07-22 20:01:13 -07:00
zhikui.cui 3e54277a4e NAND: refactor NAND rsv module [1/1]
PD#SWPL-193926

Problem:
Linux-5.15 rsv module refactor

Solution:
1.support rsv partition from dtb、cmdline、default.
2.support adaptive Uboot added rsv partition
3.optimization rsv message log
4.prune the code and remove unnecessary code

Verify:
T6D

Change-Id: I7d452e97671a85f9d50e8ebc8dd68415bb193ebd
Signed-off-by: zhikui.cui <zhikui.cui@amlogic.com>
2025-07-21 03:15:56 -07:00
Ao Xu b0bd34746d hdmitx: fix header file reference issue in multi directory [1/1]
PD#SWPL-222968

Problem:
same header file compile fail

Solution:
change BUILD.bazel header rules

Verify:
s7d

Test:
DRM-TX-38

Change-Id: I01b36bc3bc6f6d572367ff3ea7ddf1bbfcc8cf9f
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2025-07-16 21:01:11 -07:00
wenlong.zhang 544ddb67ea drm: add status trace log and fix the rdma irq_cb is incorrect [1/1]
PD#SWPL-210501

Problem:
1.add debug trace to check drm status
2.rdma irq_cb is incorrect for multiple vpp, which always choose
the last one

Solution:
1.add debug trace to check drm status
2.fix problem of the rdma irq_cb is incorrect

Verify:
s7d

Test:
DRM-OSD-99

Change-Id: I9678513e6f07282fef94e0b8c5066c186c3f5826
Signed-off-by: wenlong.zhang <wenlong.zhang@amlogic.com>
2025-07-16 21:00:37 -07:00
qinglin.li 39e602cd1b upgrade: common16-6.12 upgrade by July [1/3]
PD#SWPL-221547

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

Solution:
AML_KERNEL_VERSION      9
UPSTREAM_VERSION        "eb58d7821a70"
AML_PATCH_VERSION       "eb58d7821a70"
MERGE_DATE              "2025-07-18"

Verify:
local

Change-Id: I7e188c33c2f4213bad29bf25e1e8425c921ce535
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2025-07-16 20:38:10 -07:00
Huqiang Qin c5d8293675 watchkey: Add Watch-Key driver [1/1]
PD#SWPL-222162

Problem:
After power on, key need to be continuously detected.

Solution:
Add Watch-Key driver unified management.

Verify:
T5M/AY301 T6D/BR301

Change-Id: Ifb46bbb3b9b077c94341e2f70bdd934bcd6ec4b4
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
2025-07-16 05:58:21 -07:00
hai.cao 7f1c8d030d vpu: sync vpu code from 5.15 [1/1]
PD#SWPL-221651

Problem:
sync vpu code from 5.15

Solution:
sync vpu code from 5.15

Verify:
t6w

Change-Id: Ic3c03ba5657a08ae1a3c404cf8cba83b1992ac2e
Signed-off-by: hai.cao <hai.cao@amlogic.com>
2025-07-16 05:57:45 -07:00
Wanwei Jiang 3d597dbf9a dmc: add get_vpu_bus_num() for sideband [1/1]
PD#SWPL-218353

Problem:
other modules are unable to determine how many VPU buses this chip has

Solution:
add get_vpu_bus_num() for sideband

Verify:
local

Change-Id: Iccd1e2dc157fae98efa57df0b3543e06f779ead4
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2025-07-15 05:37:27 -07:00
Wanwei Jiang af1bcffcc1 dmc: support side band function [1/1]
PD#SWPL-218353

Problem:
support side band function

Solution:
1. add debugfs file interface;
2. add side band function interface for other modules

Verify:
local

Change-Id: Iddcd236dbeaf443e97d7784bec3828a121ec5809
Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>
2025-07-14 07:36:43 -07:00
Ao Xu 6fd1fbc11d hdmitx: rename meson_tx_connector to hdmi_tx_connector [1/1]
PD#SWPL-221974

Problem:
The existing stable HDMI TX driver resides in hdmi_tx_connector.
The newly developed DP and HDMI TX drivers are implemented
in meson_tx_connector.

Solution:
rename meson_tx_connector to hdmi_tx_connector

Verify:
s7d

Test:
DRM-TX-38

Change-Id: I8844e5b1d06cc822a7c97720a0a1d44a3a77d03b
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2025-07-11 03:35:52 -07:00
jinbiao a22258efd6 mmc: update the hs400 save-para to 4th version. [1/1]
PD#SWPL-218887

Problem:
The hs400 save-para as 3rd version.

Solution:
Update the hs400 save-para to 4th version.

Verify:
T7C

Change-Id: I4b797976a0faaf95fba5aec9f06326aa0f937614
Signed-off-by: jinbiao <jinbiao.ou@amlogic.com>
2025-07-10 00:31:23 -07:00
jinbiao 66eadaf93c mmc: fix coverity error [1/1]
PD#SWPL-220523

Problem:
Coverity cleanup --mmc

Solution:
fix coverity error

Verify:
local

Change-Id: Iebddfe0b7181c5f51a62ff870c37158980681e6c
Signed-off-by: jinbiao <jinbiao.ou@amlogic.com>
2025-07-07 06:18:26 -07:00
zhou.han 70e0f7f180 hdmitx: Optimize the flow for obtaining the HDCP version on the box [1/1]
PD#SWPL-216658

Problem:
The hdcp_tx22 daemon and the weston set mode are executed asynchronously
in two separate threads, The execution order of the two cannot be
determined. If set mode runs first while the hdcp_tx22 thread has not
finished loading, the system will authenticate HDCP 1.4. Even after
hdcp_tx22 finishes loading, HDCP 2.2 authentication will not be triggered
due to code limitations. As a result, after booting, only HDCP 1.4 can
be authenticated. It can be fixed by re-plugging the cable.

Solution:
Daemon done, return real tx_hdcp_version;
Daemon timeout, return 1.4 tx_hdcp_version;
Daemon loading, return null tx_hdcp_version;

If the hdcp_tx22 daemon hasn’t finished loading, getting the
tx_hdcp_version returns nothing, so the system will not authenticate
HDCP. After the daemon finishes loading, it will use ioctl to notify
the driver to update HDCP. At this time, the real tx_hdcp_version can
be read, and rx_hdcp_version will also be read again through DDC.
Then the system starts authenticating HDCP 2.2.

Verify:
ohm

Test:
DRM-TX-37

Change-Id: Ic5b276d5592e55a42c5095b9f6f2299cadb00803
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2025-07-04 17:49:13 -07:00
lizhi.hu 878b10e564 lcd: multi-device support [1/1]
PD#SWPL-196837

Problem:
need support multi-device for lcd driver

Solution:
add

Verify:
t7_an400
txhd2

Change-Id: I85cb9a33d7fbc3d27c42eb84f66da68124c99c66
Signed-off-by: lizhi.hu <lizhi.hu@amlogic.com>
2025-07-04 00:56:38 -07:00
Huijuan Xiao 9a2f4a5b42 hdr: hdr tmo new version 2.6.1.3839 update [1/1]
PD#SWPL-219934

Problem:
hdr tmo new version 2.6.1.3839 update

Solution:
hdr tmo new version 2.6.1.3839 update

Verify:
s7d

Change-Id: Ife92842c24c21398979f9284b7a515e176c5328f
Signed-off-by: Huijuan Xiao <huijuan.xiao@amlogic.com>
2025-07-01 23:23:19 -07:00
chenyang.liu e4ba1a9202 lcd: fix coverity defect [1/1]
PD#SWPL-217360

Problem:
fix coverity defect

Solution:
fix coverity defect

Verify:
coverity

Change-Id: Id46430692c10ea76f0f816eb5ae3da31e139c7ca
Signed-off-by: chenyang.liu <chenyang.liu@amlogic.com>
2025-07-01 02:50:16 -07:00
Evoke Zhang aec551dc6e lcd: add power off delay optimization [2/2]
PD#SWPL-218847

Problem:
1.power off delay take too long time
2.wait mute timeout occurred when shutdown take too long time

Solution:
1.use sched_clock time instead of msleep
2.no waiting mute complete when shutdown

Verify:
ay301

Change-Id: If2e3b64ec4775a3228ada7c0aab3f4b918b59b5f
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2025-06-27 07:08:05 -07:00
lele xiang 2d1ef86ee9 common: CF1 Demo Version based on Critical Points. [1/2]
PD#SWPL-213039

Problem:
Provide a unified log/trace capture method.

Solution:
Provide a unified log/trace capture method.

depends on CL:
558669

Verify:
T6d/ohm

Change-Id: Ic150e36bc9f9a3dcff97240e859fee36085c6e5e
Signed-off-by: lele xiang <lele.xiang@amlogic.com>
2025-06-25 23:28:27 -07:00
dian.shao 3152f1cf31 usb: meson usb phy driver updates for s4/s5 and misc bugfixes [1/1]
PD#SWPL-217889

Problem:
kernel 6.12 bringup ARM64/AMR32
S4/S5 USB drivers

Legacy phy disconnect threshold value may need the reg write step to
validate.

t5w phy_configure not implemented.

Solution:
Add s4/s5 usb phy drivers.
Refactor disconnect trim codes.
Implement t5w phy configure.

Verify:
ax201
ap222
ay301.

Change-Id: I320d82bdd719db85c09a64bbbdb48bbf9ce01541
Signed-off-by: dian.shao <dian.shao@amlogic.com>
2025-06-25 20:03:47 -07:00
yang.zhou 8e7100c978 uvm: replace compress with direct_map to decide realloc [2/2]
PD#SWPL-215684

Problem:
he previous compress member could not adequately indicate whether
realloc was required, leading to errors in certain special scenarios.

Solution:
the decision to perform realloc is determined by Codec2, while Gralloc
uses the value of direct_map to confirm whether realloc is necessary

Verify:
android-16

Change-Id: Ibc72777d9f487fe402b22ee5043da422244e50b5
Signed-off-by: yang.zhou <yang.zhou@amlogic.com>
2025-06-23 23:11:47 -07:00
yao zhang1 7ccedacd01 license: Fix amlogic license. [1/1]
PD#SWPL-217731

Problem:
Fix amlogic license.

Solution:
Fix amlogic license.

Verify:
all chip

Test:
license check pass

Change-Id: I05c47245ff58bf92abccaa7ca08a85524d73f924
Signed-off-by: yao zhang1 <yao.zhang1@amlogic.com>
2025-06-23 21:15:59 -07:00
Qianggui Song dc4058cbf4 gpio: fix coverity error [1/1]
PD#SWPL-217369

Problem:
Due to gpiolib add scope guard mechanism, some variables
make be treated as not initial when used out side of this file.

Solution:
remove gpiod_gdb log print to be silence.

Verify:
local build

Change-Id: I11bfb0c04ccce6d63f586a26b704a3cab26d98fd
Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
2025-06-20 02:19:02 -07:00
Hao Shi c563bef823 codec_mm: dump with dma-buf ino [1/1]
PD#SWPL-211952

Problem:
Dump with dma-buf ino.

Solution:
Get ino from dma-buf.

Verify:
sc2

Change-Id: I55a78ac98450c226b346edfd16eabc312ef7a43f
Signed-off-by: Hao Shi <hao.shi@amlogic.com>
2025-06-14 13:03:35 -07:00
zijie.hong 611a3a301d vdin: t5m k6.12 sync code [1/1]
PD#SWPL-215877
PD#SWPL-215817
PD#SWPL-216190

Problem:
1) t5m rx sct_alloc panic
2) txhd2 av picture severe serrations
3) txhd2 rx log too much

Solution:
1) codec_mm_scatter subscript from 1 to 16, for UBSAN check
2) resolve vdin vfm t/b reverse
3) sync code from k5.15 to k6.12

Verify:
t5m/txhd2

Change-Id: Ib349500746a6faf7d780444e5e4cda046f39cc2e
Signed-off-by: zijie.hong <zijie.hong@amlogic.com>
2025-06-13 01:50:46 -07:00
en.liu b3543a43a7 uvm: get priority from vframe [3/3]
PD#SWPL-208682

Problem:
customize composition strategy through priority

Solution:
get priority from vframe

Verify:
ross

Change-Id: I50ee3fec26ebc5bef8d01b3ca55debc5f5e17dd7
Signed-off-by: En Liu <en.liu@amlogic.com>
2025-06-12 04:40:55 -07:00
qinghui.jiang 2aea65d471 amvecm: sync trunk patch for reg setting [1/1]
PD#SWPL-215830

Problem:
sync trunk patch for reg setting.

Solution:
sync trunk patch for reg setting.

Verify:
sync trunk patch for reg setting.

Change-Id: Icd1585ced1c6c5acc412c77aa00afa2fffe93fc1
Signed-off-by: qinghui.jiang <qinghui.jiang@amlogic.com>
2025-06-10 19:47:31 -07:00
chenyang.liu f92ddcf1c2 lcd: separate pll and clk config [2/2]
PD#SWPL-215298

Problem:
some variables such as vclk_sel and xd should only have one copy

Solution:
1.separate pll and clk config
2.separate pll and clk data
3.only have one clk config for one screen
4.could have two pll config for one screen

Verify:
t6w

Change-Id: I32f9944e99dc41b2feba66896b578a986ba87475
Signed-off-by: chenyang.liu <chenyang.liu@amlogic.com>
2025-06-09 06:57:24 -07:00
Jian Cao cd2cbed00b vpp: add nv16 and nv61 support [1/1]
PD#SWPL-204831

Problem:
need nv16 and nv61 format

Solution:
add this support

Verify:
t6d

Change-Id: I2994091865dac00e62b8cde8e629746005e93478
Signed-off-by: Jian Cao <jian.cao@amlogic.com>
2025-06-08 23:11:22 -07:00
Evoke Zhang a5e358c63e lcd: support tcon data_complete and lut_demo ioctl cmd [1/2]
PD#SWPL-215327

Problem:
need support tcon data_complete and lut_demo ioctl cmd

Solution:
support tcon data_complete and lut_demo ioctl cmd

Verify:
ay301

Change-Id: I602bcc2718fc3abefdedbe48c13572420ccbfd85
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2025-06-05 05:11:29 -07:00
chen.xu 6344fcef44 amlvideo2: sync code from kernel5.15 to kernel6.12 [1/1]
PD#SWPL-216360

Problem:
amlvideo2 need sync code from kernel5.15 to kernel6.12.

Solution:
support

Verify:
t982

Change-Id: Ie511ad914048b7327f2d16e274cc3c7eba9af92c
Signed-off-by: chen.xu <chen.xu@amlogic.com>
2025-06-04 22:59:33 -07:00
zhenteng.tian 2172d4bd4b videodisplay: notify frame display info to mediaproxy. [1/1]
PD#SWPL-214208

Problem:
videodisplay need notify frame display info to mediaproxy.

Solution:
notify frame display info to mediaproxy.

Verify:
ross

Change-Id: I13bd953bb228bc03a1933baafe028497c6942b37
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
2025-06-04 18:59:31 -07:00
Wenjie Qiao cdf5fe98cc hdmitx: don't send emp packet [1/1]
PD#SWPL-209441

Problem:
send emp packet when TV not support qms vrr

Solution:
don't send emp packet when TV not support qms vrr

Verify:
s7d

Test:
DRM-TX-

Change-Id: I6f76ec092632c6958449d0a0bce070c188d59aa9
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2025-06-04 18:03:27 -07:00
ruofei.zhao 13f394f352 hdmitx: optimize kernel scdc printing [1/1]
PD#SWPL-214994

Problem:
hdmitx kernel prints a lot

Solution:
optimize kernel scdc printing

Verify:
S905X4

Test:
DRM-TX-78

Change-Id: Ie5f5406fa46b403810b2bf55e5c948b1dac8a3f8
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-06-03 12:51:05 -07:00
lizhi.hu 0b6ace6a6d eDPtx: add to drm [1/1]
PD#SWPL-198016

Problem:
new eDP driver support on drm

Solution:
add

Verify:
t7_an400

Test:
DRM-OSD-98

Change-Id: I47f39b63e17ad0a05c3e49b7ed072609d0b3cf24
Signed-off-by: lizhi.hu <lizhi.hu@amlogic.com>
2025-06-03 03:24:34 -07:00