Re: [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration.

2024-12-25 Thread Damon Ding
Hi Dmitry, On 2024/12/20 13:37, Dmitry Baryshkov wrote: On Fri, 20 Dec 2024 at 05:37, Damon Ding wrote: Hi Dmitry, On 2024/12/20 8:13, Dmitry Baryshkov wrote: On Thu, Dec 19, 2024 at 04:05:56PM +0800, Damon Ding wrote: Add support to configurate link rate, lane count, voltage swing and pre

Re: [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration.

2024-12-19 Thread Dmitry Baryshkov
On Fri, 20 Dec 2024 at 05:37, Damon Ding wrote: > > Hi Dmitry, > > On 2024/12/20 8:13, Dmitry Baryshkov wrote: > > On Thu, Dec 19, 2024 at 04:05:56PM +0800, Damon Ding wrote: > >> Add support to configurate link rate, lane count, voltage swing and > >> pre-emphasis with phy_configure(). It is help

Re: [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration.

2024-12-19 Thread Damon Ding
Hi Dmitry, On 2024/12/20 8:13, Dmitry Baryshkov wrote: On Thu, Dec 19, 2024 at 04:05:56PM +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 wit

Re: [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration.

2024-12-19 Thread Diederik de Haas
On Fri Dec 20, 2024 at 1:13 AM CET, Dmitry Baryshkov wrote: > On Thu, Dec 19, 2024 at 04:05:56PM +0800, Damon Ding wrote: > > void analogix_dp_get_lane_count(struct analogix_dp_device *dp, u32 *count) > > @@ -546,10 +575,37 @@ void analogix_dp_get_lane_count(struct > > analogix_dp_device *dp, u32

Re: [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration.

2024-12-19 Thread Dmitry Baryshkov
On Thu, Dec 19, 2024 at 04:05:56PM +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