Commit Graph

1057 Commits

Author SHA1 Message Date
bowen cheng 0ed36a972b hdmirx: sync code from kernel5.15 [1/1]
PD#SWPL-221241

Problem:
sync code from kernel5.15

Solution:
sync code from kernel5.15

Verify:
t5m

Change-Id: Ie205d1f7b8d3bcbf407e9e85565c2863f57a0438
Signed-off-by: bowen cheng <bowen.cheng@amlogic.com>
2025-07-07 23:08:43 -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
jing.li1 54a694b53d ci: sync code from amlogic-5.15-dev [1/1]
PD#SWPL-205571

Problem:
ci code falls behind of amlogic-5.15-dev

Solution:
sync code from amlogic-5.15-dev

Verify:
t5m

Change-Id: I1f8f9d163d7efa99e5cfd7cb4d9703722597ed87
Signed-off-by: jing.li1 <jing.li1@amlogic.com>
2025-07-04 05:52:07 -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
lele xiang 802e492674 common: CF1 Add dedicated trace recording method. [1/1]
PD#SWPL-219578

Problem:
Provide a unified trace capture method.

Solution:
Add dedicated trace recording method.

Verify:
T6d/ohm

Change-Id: Iac70be86e65f1a91b93f6892eb64ee211f4fda21
Signed-off-by: lele xiang <lele.xiang@amlogic.com>
2025-06-24 05:17:13 -07:00
yiting.deng 1e33af94af clk: s5: clk update to k6.12 [2/2]
PD#SWPL-217839

Problem:
s4 clk update to k6.12

Solution:
fix it

Verify:
s5_ax201

Change-Id: Idd9456e85d72722b8688fe418688432e9ae7c6bf
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2025-06-24 05:16:55 -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
yiting.deng 2ba08f6ba8 clk: s4: clk update to k6.12 [2/2]
PD#SWPL-217839

Problem:
s4 clk update to k6.12

Solution:
fix it

Verify:
s4_ap222

Change-Id: If1128b874cd73381c42b50669aabce8a8101aa81
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2025-06-22 23:01:02 -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
zhicheng.huang 33029a24c3 dvb_extern: fix frontend compatibility issue in 6.12(V1.29) [1/3]
PD#SWPL-202929

Problem:
fix frontend compatibility issue in kernel6.12

Solution:
1.update frontend Macro Definition in kernel6.12
2.VER V1.29

Verify:
txhd2

Change-Id: Ib74c1c8d8338e1fb328bccd4fdb2ee3b74ccc2a4
Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
2025-06-20 00:22:26 -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
chuangcheng.peng 8870bc08eb demux: add ioctl setting filter hw mem size [1/1]
PD#SWPL-214489

Problem:
add ioctl setting filter hw mem size

Solution:
add ioctl setting filter hw mem size

Verify:
verified at sc2

Change-Id: I95d5de4f5a0786c2d688f74400e45d883e1cb265
Signed-off-by: chuangcheng.peng <chuangcheng.peng@amlogic.com>
2025-06-10 19:47:06 -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
ruofei.zhao 4eec527d91 hdmitx: exit cuva video, disable emp packet sending [1/1]
PD#SWPL-213332

Problem:
play cuva video, exit cuva video, hdmi_hdr_status node is still cuva

Solution:
to exit cuva video, disable emp packet sending

Verify:
S905X5M

Test:
DRM-TX-34

Change-Id: Iae42951f32b14d6ec1cb87fcf3abd97d32fd9073
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-30 09:00:38 -07:00
Qianggui Song c7e39bc032 gpio: fix gki 2.0 with debug param compile error [1/1]
PD#SWPL-216011

Problem:
Compile error with use gki 2.0 with debug for
gpiod_get_label is not exported

Solution:
Use common version function and undef gpio_dbg

Verify:
t7d& txhd2

Change-Id: If2c1abd0da0e4abba4fef356c49b00b7bc24d19d
Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
2025-05-30 02:25:10 -07:00
ruofei.zhao 78e369d2f0 hdmitx: add diagnostic info for hdcp1.4/scdc/spd infoframe [1/1]
PD#SWPL-215182

Problem:
hdmitx hdcp1.4/scdc/spd infoframe diagnostic information
is not updated

Solution:
added diagnostic information for hdmitx hdcp1.4/scdc/spd infoframe

Verify:
S905X5M

Test:
DRM-TX-147

Change-Id: Ic5a3162bf8304be30710c6e629e0b00903de7e25
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-30 02:24:33 -07:00
Liming Xue ddef59ec5c s7d: thermal add ddr control [1/1]
PD#SWPL-215781

Problem:
kernel6.12 thermal need to add ddr refresh rate

Solution:
add ddr control function

Verify:
s7d

Change-Id: I96f2cab386e217a6098c3d4024e699a476ec4282
Signed-off-by: Liming Xue <liming.xue@amlogic.com>
2025-05-30 02:24:10 -07:00
miaohong chen 173fadabbb v4ldec: CF2 Support Priority configuration. [1/1]
PD#SWPL-208685

Problem:
Support Priority configuration.

Solution:
Pass channel priority to the backend.

Verify:
ross

Change-Id: I691caf4987df7ea2bf21d114c91ec61d1be40814
Signed-off-by: miaohong chen <miaohong.chen@amlogic.com>
2025-05-29 18:15:31 -07:00
huijie.huang 151f2dcb06 lcd: add asf and ufr mode [2/2]
PD#SWPL-214019
PD#SWPL-209711

Problem:
need to support asf and ufr mode

Solution:
add asf and ufr mode

Verify:
t6w

Change-Id: I1f44e0a3f591eaec5962260f99976ba32c785314
Signed-off-by: huijie.huang <huijie.huang@amlogic.com>
2025-05-27 12:56:02 -07:00
zhenteng.tian 43595079bf video_display: send present fence to vpp. [1/1]
PD#SWPL-204852

Problem:
videodisplay need send present_fence to vpp.

Solution:
send present fence to vpp

Verify:
SC2

Change-Id: Ie1760684cd4d4d1f43771564ceae3ba4bd58842a
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
2025-05-27 12:55:22 -07:00
rong.wang f3ce967099 deinterlace: add iocmd for pqserver [1/1]
PD#SWPL-213114

Problem:
kernel6.12 change parameters to new path
pqserver not find and compatible with 5.15

Solution:
add iocmd for pqserver to control nr

Verify:
s7d

Change-Id: I96f3b4524259a694becc41daffc04223b8ff7119
Signed-off-by: rong.wang <rong.wang@amlogic.com>
2025-05-27 07:14:03 -07:00
jinbiao f43cca5a96 mmc: add hs400 para save and optimize performance. [1/1]
PD#SWPL-205585

Problem:
1 lack hs400 para save
2 performance issue.

Solution:
1 add hs400 para save
2 optimize performance

Verify:
SM1/G12B

Change-Id: I3ab72c7e5177a2f92207be0ef98886c912231461
Signed-off-by: jinbiao <jinbiao.ou@amlogic.com>
2025-05-27 05:40:24 -07:00
Jian Cao 3cd45138ba 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: I38619829c193e1d54a3da8b59fe663f63d5aae61
Signed-off-by: Jian Cao <jian.cao@amlogic.com>
2025-05-26 06:51:21 -07:00
miaohong chen 9a18e988da v4ldec: CF2 Support dynamic transmission of signal type. [1/1]
PD#SWPL-202784

Problem:
Signal type information needs to be transmitted dynamically.

Solution:
The signal type of vp9 is dynamically transmitted
through the es package, and supports the joint transmission
of hdr10p & signal type data; other protocols
transmit the signal type through es parsing.

Verify:
ross

Change-Id: I00eeccfdefdbb735dc39ad90c2180a62bd1dbb8d
Signed-off-by: miaohong chen <miaohong.chen@amlogic.com>
2025-05-26 05:13:33 -07:00
ruofei.zhao f7e9a87839 hdmitx: correct the wrong word [1/1]
PD#SWPL-214148

Problem:
bese_refrsh_rate is misspelled

Solution:
bese_refrsh_rate is changed to base_refresh_rate

Verify:
S905X5M

Test:
DRM-TX-147

Change-Id: I90e5a517af3f85f04ab1130422e21ff46f9c6946
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-25 22:47:17 -07:00
lele xiang 591cdaf814 Codec_mm: CF1 Enable basic scatter limited size function. [1/2]
PD#SWPL-212227

Problem:
Fixed scatter cache size causes redundant memory consumption.

Solution:
Calculate scatter memory requirements and used to limite
scatter cache allocation.

Verify:
T6d/ah212

Change-Id: Ibbe54a98ff77d71b10a79c55d1a4a45601805c4f
Signed-off-by: lele xiang <lele.xiang@amlogic.com>
2025-05-22 10:05:20 -07:00
Yongjie Zhu f94c54f8b4 uvm: fix aipq attach to uvm fail [1/1]
PD#SWPL-214634

Problem:
move uvm to separate ko (aml_uvm.ko),
aipq attach fail

Solution:
fix aipq attach to uvm fail

Verify:
t7c

Change-Id: I346f34e4d000132b239d37ef80c92327019fe77a
Signed-off-by: Yongjie Zhu <yongjie.zhu@amlogic.com>
2025-05-21 21:06:49 -07:00
Evoke Zhang b2da15adc5 lcd: update clk_mode parameter [2/2]
PD#SWPL-213247

Problem:
need support clk_mode for each detail timing

Solution:
support clk_mode in extend timing config

Verify:
ay301

Change-Id: I8887b42b1fc0e194157db3da9fbe6758fa275c61
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
2025-05-21 21:06:14 -07:00
Pengcheng Chen 3475025abb vpp: enable t3x vpu read sideband for game mode [1/1]
PD#SWPL-210417

Problem:
enable t3x vpu read sideband for game mode

Solution:
enable t3x vpu read sideband for game mode

Verify:
t3x

Change-Id: Iaeaa9f7f30bb68a9eb06028fc9eab50c836bd2e8
Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
2025-05-21 21:06:00 -07:00
Yao Jie 2cbe44ad7b mailbox: support aocpu to arm mailbox transport [1/1]
PD#SWPL-168573

Problem:
AOCPU need to support sending mailbox message to ARM
actively

Solution:
1. Change mailbox driver to support AOCPU sending
mailbox to ARM
2. Change mailbox devfs driver to support receiving
data from AOCPU and notify user space task
3. Configure mailbox dts to support receiving
data from AOCPU via device node

Verify:
SC2-AH212
S7D-BM209

Change-Id: If8f1a26a237e0e1d3ee4085493b379adc74b8129
Signed-off-by: Yao Jie <jie.yao@amlogic.com>
2025-05-21 21:05:11 -07:00
ruofei.zhao ba819c822e hdmitx: add new uevent for hwc [1/1]
PD#SWPL-207734

Problem:
Need to add uevent reporting function of HDMITX_LINK_UNSTABLE and
HDMITX_INCOMPATIBLE_CABLE

Solution:
Added uevent reporting function for HDMITX_LINK_UNSTABLE and
HDMITX_INCOMPATIBLE_CABLE

Verify:
S905X5M

Test:
DRM-TX-78

Change-Id: Id75f0cca9873bfe02a87197b3a0586a06a9d00e3
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-20 13:17:49 -07:00
yang.zhou 604383457a uvm: uncompressed format doesn't need gpu realloc [2/2]
PD#SWPL-211950

Problem:
after modifying the nv12 format, the h264 process goes to
the ge2d copy, but the ge2d is not adapted to nv12, and
an error occurs during data copying.

Solution:
a compress member is added to decoder_para to determine
whether GPU reallocation is required.

Verify:
android-16

Change-Id: I640f5ceaf6fce3cf7b0146d8accc6fe26f6c9373
Signed-off-by: yang.zhou <yang.zhou@amlogic.com>
2025-05-20 00:59:40 -07:00
ruofei.zhao c85ab5d846 hdmitx: remove the aspect ratio to 64:27 resolutions [2/2]
PD#SWPL-211473

Problem:
resolutions with an aspect ratio of 64:27 are not supported,
validate_mode check failed

Solution:
remove the aspect ratio to 64:27 resolutions

Verify:
S905X5M

Test:
DRM-TX-78

Change-Id: Ib05a1b93672699e58431616de92a09c1bd3bb072
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2025-05-20 00:58:58 -07:00