[PATCH 3/3] drm/i915/audio: move min_hblank from dp_mst to audio

2025-04-09 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. Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/intel_audio.c | 78 + drivers/gpu/drm/

Re: [PATCH 3/3] drm/i915/audio: move min_hblank from dp_mst to audio

2025-04-08 Thread Imre Deak
On Tue, Apr 08, 2025 at 09:40:36AM +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. I wondered if following the standard practice of one change pe