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
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
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
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
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