Re: [PATCH 0/9] drm/i915/dp: Implement POST_LT_ADJ_REQ

2025-06-16 Thread Imre Deak
On Mon, Feb 24, 2025 at 07:26:36PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Implement the POST_LT_ADJ_REQ sequence, which is supposed > to be used to further tune the link vswing/pre-emphasis > when TPS4 is not supported. > > Unfortunately I don't have any displays/dongles that supp

[PATCH 0/9] drm/i915/dp: Implement POST_LT_ADJ_REQ

2025-02-24 Thread Ville Syrjala
From: Ville Syrjälä Implement the POST_LT_ADJ_REQ sequence, which is supposed to be used to further tune the link vswing/pre-emphasis when TPS4 is not supported. Unfortunately I don't have any displays/dongles that support this so I wasn't able to test anything. Hopefully CI has something... Vi