Re: [PATCH drm-dp 05/10] drm/hisilicon/hibmc: fix rare monitors cannot display problem

2025-06-09 Thread Dmitry Baryshkov
On Mon, Jun 09, 2025 at 10:56:09PM +0800, Yongbang Shi wrote: > > > On Fri, May 30, 2025 at 05:54:27PM +0800, Yongbang Shi wrote: > > > From: Baihan Li > > > > > > DP Link training successful at 8.1Gbps with some monitors' max link rate > > > are 2.7Gbps. So change the default 8.1Gbps link rate

Re: [PATCH drm-dp 05/10] drm/hisilicon/hibmc: fix rare monitors cannot display problem

2025-06-09 Thread Yongbang Shi
On Fri, May 30, 2025 at 05:54:27PM +0800, Yongbang Shi wrote: From: Baihan Li DP Link training successful at 8.1Gbps with some monitors' max link rate are 2.7Gbps. So change the default 8.1Gbps link rate to the rate that reads from devices' capabilities. I've hard time understanding this me

Re: [PATCH drm-dp 05/10] drm/hisilicon/hibmc: fix rare monitors cannot display problem

2025-06-08 Thread Dmitry Baryshkov
On Fri, May 30, 2025 at 05:54:27PM +0800, Yongbang Shi wrote: > From: Baihan Li > > DP Link training successful at 8.1Gbps with some monitors' max link rate > are 2.7Gbps. So change the default 8.1Gbps link rate to the rate that reads > from devices' capabilities. I've hard time understanding th

[PATCH drm-dp 05/10] drm/hisilicon/hibmc: fix rare monitors cannot display problem

2025-05-30 Thread Yongbang Shi
From: Baihan Li DP Link training successful at 8.1Gbps with some monitors' max link rate are 2.7Gbps. So change the default 8.1Gbps link rate to the rate that reads from devices' capabilities. Fixes: f9698f802e50 ("drm/hisilicon/hibmc: Restructuring the header dp_reg.h") Signed-off-by: Baihan Li