Re: [PATCH v5 08/20] drm/bridge: analogix_dp: Add support for phy configuration.

2025-01-09 Thread Dmitry Baryshkov
On Thu, Jan 09, 2025 at 11:27:13AM +0800, Damon Ding wrote: > Add support to configurate link rate, lane count, voltage swing and > pre-emphasis with phy_configure(). It is helpful in application scenarios > where analogix controller is mixed with the phy of other vendors. > > Signed-off-by: Damon

[PATCH v5 08/20] drm/bridge: analogix_dp: Add support for phy configuration.

2025-01-08 Thread Damon Ding
Add support to configurate link rate, lane count, voltage swing and pre-emphasis with phy_configure(). It is helpful in application scenarios where analogix controller is mixed with the phy of other vendors. Signed-off-by: Damon Ding --- Changes in v2: - remove needless assignments for phy_conf