mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a5067c5224
PD#SWPL-253283 Problem: 1.need to continue mode setting if link training fail under pxp mode 2.need to update link training param if force link rate/lane count is used 3.eDP + VENC1 path is not enabled 4.there's no link training retry mechanism 5.there may be no venc clk if there's hotplug out during mode set Solution: 1.ignore link training fail under pxp mode 2.update link training HW link rate/lane count even if link training fail for PXP mode, update HW format param if link training pass 3.add VENC1->eDPtx path config sync https://scgit.amlogic.com/#/c/614715/3 sync https://scgit.amlogic.com/#/c/607554/2 4.add link training retry mechanism for debug purpose 5.if there's hotplug out during mode set, still set venc clk for vsync, skip core & phy setting Verify: A9 Test: 1.DRM-TX-37 2.DRM-DPTX-16 Change-Id: I4333da212045a8c576c2433bf5b030d787a2302a Signed-off-by: hang.cheng <hang.cheng@amlogic.com>