mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Apply DP helper APIs to do link train
@ 2025-11-10  8:58 Damon Ding
  2025-11-10  8:58 ` [PATCH v3 1/4] drm/bridge: analogix_dp: Apply DP helper API drm_dp_dpcd_read_link_status() Damon Ding
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Damon Ding @ 2025-11-10  8:58 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss
  Cc: Laurent.pinchart, jonas, jernej.skrabec, maarten.lankhorst,
	mripard, tzimmermann, airlied, simona, dmitry.baryshkov,
	dianders, m.szyprowski, andy.yan, dri-devel, linux-kernel,
	Damon Ding

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-03-25 13:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-10  8:58 [PATCH v3 0/4] Apply DP helper APIs to do link train Damon Ding
2025-11-10  8:58 ` [PATCH v3 1/4] drm/bridge: analogix_dp: Apply DP helper API drm_dp_dpcd_read_link_status() Damon Ding
2026-03-25  6:39   ` Luca Ceresoli
2025-11-10  8:58 ` [PATCH v3 2/4] drm/bridge: analogix_dp: Apply DP helper API drm_dp_clock_recovery_ok() Damon Ding
2026-03-25 12:20   ` Luca Ceresoli
2025-11-10  8:58 ` [PATCH v3 3/4] drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok() Damon Ding
2026-03-25 12:54   ` Luca Ceresoli
2025-11-10  8:58 ` [PATCH v3 4/4] drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages and pre-emphasises Damon Ding
2026-03-25 12:54   ` Luca Ceresoli
2025-12-28  8:53 ` [PATCH v3 0/4] Apply DP helper APIs to do link train Damon Ding
2026-03-25 13:21 ` Luca Ceresoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome