✓ i915.CI.BAT: success for Introduce set_context_latency and refactor VRR/DSB timing logic (rev3)

2025-09-27 Thread Patchwork
== Series Details == Series: Introduce set_context_latency and refactor VRR/DSB timing logic (rev3) URL : https://patchwork.freedesktop.org/series/154810/ State : success == Summary == CI Bug Log - changes from CI_DRM_17264 -> Patchwork_154810v3

Re: [PATCH v2 1/5] drm/i915/irq: drop intel_psr_regs.h include

2025-09-27 Thread Ville Syrjälä
On Tue, Sep 23, 2025 at 05:31:04PM +0300, Jani Nikula wrote: > i915_irq.c no longer needs display/intel_psr_regs.h. Drop it. > > Signed-off-by: Jani Nikula My compiler said it's ok. I trust it, most of the time. Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i915_irq.c | 1 - > 1 fi

Re: [PATCH 9/9] drm/i915/vrr: Clamp guardband as per hardware and timing constraints

2025-09-27 Thread Ville Syrjälä
On Tue, Sep 23, 2025 at 04:02:44PM +0530, Nautiyal, Ankit K wrote: > > On 9/22/2025 4:27 PM, Ville Syrjälä wrote: > > On Sun, Sep 21, 2025 at 10:05:35AM +0530, Ankit Nautiyal wrote: > >> The maximum guardband value is constrained by two factors: > >> - The actual vblank length minus set context la

[PATCH 9/9] drm/i915/vrr: Clamp guardband as per hardware and timing constraints

2025-09-27 Thread Ankit Nautiyal
The maximum guardband value is constrained by two factors: - The actual vblank length minus set context latency (SCL) - The hardware register field width: - 8 bits for ICL/TGL (VRR_CTL_PIPELINE_FULL_MASK -> max 255) - 16 bits for ADL+ (XELPD_VRR_CTL_VRR_GUARDBAND_MASK -> max 65535) Remove the

Re: [PATCH 4/5] drm/i915/dp: Verify branch devices' overall pixel throughput/line width

2025-09-27 Thread Imre Deak
On Mon, Sep 22, 2025 at 11:06:02PM +0300, Ville Syrjälä wrote: > On Mon, Sep 22, 2025 at 10:35:42PM +0300, Ville Syrjälä wrote: > > On Fri, Sep 19, 2025 at 12:12:22AM +0300, Imre Deak wrote: > > > Read out the branch devices' maximum overall DSC pixel throughput and > > > line width and verify the

[PATCH 20/20] drm/i915/cdclk: Move intel_cdclk_atomic_check()

2025-09-27 Thread Ville Syrjala
From: Ville Syrjälä Move intel_cdclk_atomic_check() a bit so that we don't need an extra intel_modeset_calc_cdclk() forward declaration. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_cdclk.c | 82 +++--- 1 file changed, 40 insertions(+), 42 deletions(-) d