RE: [PATCH v8] drm/i915/dp: Guarantee a minimum HBlank time

2025-01-21 Thread Murthy, Arun R
> On Tue, 21 Jan 2025, Arun R Murthy wrote: > > Mandate a minimum Hblank symbol cycle count between BlankingStart and > > BlankingEnd in 8b/10b MST and 128b/132b mode. > > > > v2: Affine calculation/updation of min HBlank to dp_mst (Jani) > > v3: moved min_hblank from struct intel_dp to intel_crtc

Re: [PATCH v8] drm/i915/dp: Guarantee a minimum HBlank time

2025-01-21 Thread Jani Nikula
On Tue, 21 Jan 2025, Arun R Murthy wrote: > Mandate a minimum Hblank symbol cycle count between BlankingStart and > BlankingEnd in 8b/10b MST and 128b/132b mode. > > v2: Affine calculation/updation of min HBlank to dp_mst (Jani) > v3: moved min_hblank from struct intel_dp to intel_crtc_state (Jani