[PATCH v2 3/3] drm/i915/display: move min_hblank from dp_mst.c to dp.c

2025-04-15 Thread Arun R Murthy
Minimum HBlank is programmed to address jitter for high resolutions with high refresh rates that have small Hblank, specifically where Hblank is smaller than one MTP. TODO: Add the min_hblank calculation for hdmi as well. v2: move from intel_audio.c to intel_dp.c some correction in link_bpp_x

Re: [PATCH v2 3/3] drm/i915/display: move min_hblank from dp_mst.c to dp.c

2025-04-15 Thread Imre Deak
On Tue, Apr 15, 2025 at 01:25:09PM +0530, Arun R Murthy wrote: > Minimum HBlank is programmed to address jitter for high resolutions with > high refresh rates that have small Hblank, specifically where Hblank is > smaller than one MTP. > > TODO: Add the min_hblank calculation for hdmi as well. >