[PATCH v3 0/4] Apply DP helper APIs to do link train

Damon Ding posted 4 patches 2 months, 4 weeks ago
.../drm/bridge/analogix/analogix_dp_core.c    | 123 +++---------------
1 file changed, 18 insertions(+), 105 deletions(-)
[PATCH v3 0/4] Apply DP helper APIs to do link train
Posted by Damon Ding 2 months, 4 weeks ago
Use the existing DP helper APIs instead of repeated self-defined
interfaces with the same functions. It can help make codes more
concise.

Damon Ding (4):
  drm/bridge: analogix_dp: Apply DP helper API
    drm_dp_dpcd_read_link_status()
  drm/bridge: analogix_dp: Apply DP helper API
    drm_dp_clock_recovery_ok()
  drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok()
  drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages
    and pre-emphasises

 .../drm/bridge/analogix/analogix_dp_core.c    | 123 +++---------------
 1 file changed, 18 insertions(+), 105 deletions(-)

---

Changes in v2:
- Update Tested-by tag.

Changes in v3:
- Update Reviewed-by tag.

-- 
2.34.1
Re: [PATCH v3 0/4] Apply DP helper APIs to do link train
Posted by Damon Ding 1 month, 1 week ago
On 11/10/2025 4:58 PM, Damon Ding wrote:
> Use the existing DP helper APIs instead of repeated self-defined
> interfaces with the same functions. It can help make codes more
> concise.
> 
> Damon Ding (4):
>    drm/bridge: analogix_dp: Apply DP helper API
>      drm_dp_dpcd_read_link_status()
>    drm/bridge: analogix_dp: Apply DP helper API
>      drm_dp_clock_recovery_ok()
>    drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok()
>    drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages
>      and pre-emphasises
> 
>   .../drm/bridge/analogix/analogix_dp_core.c    | 123 +++---------------
>   1 file changed, 18 insertions(+), 105 deletions(-)
> 
> ---
> 
> Changes in v2:
> - Update Tested-by tag.
> 
> Changes in v3:
> - Update Reviewed-by tag.
> 

Gentle ping.

The patches in v3 already have reviewed and tested tags. Could this 
series be applied?

Best regards,
Damon