✗ i915.CI.BAT: failure for drm/i915/dmc: Add debugfs for dc6 counter (rev4)

2025-03-09 Thread Patchwork
== Series Details == Series: drm/i915/dmc: Add debugfs for dc6 counter (rev4) URL : https://patchwork.freedesktop.org/series/144240/ State : failure == Summary == CI Bug Log - changes from CI_DRM_16247 -> Patchwork_144240v4 Summary ---

Re: [PATCH 15/21] drm/i915/display: Use fixed_rr timings in modeset sequence

2025-03-09 Thread Nautiyal, Ankit K
On 3/7/2025 6:20 PM, Ville Syrjälä wrote: On Fri, Mar 07, 2025 at 05:33:46PM +0530, Nautiyal, Ankit K wrote: On 3/6/2025 10:16 PM, Ville Syrjälä wrote: On Thu, Mar 06, 2025 at 06:40:54PM +0530, Ankit Nautiyal wrote: During modeset enable sequence, program the fixed timings, and turn on the V

Re: [PATCH 17/21] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block

2025-03-09 Thread Nautiyal, Ankit K
On 3/7/2025 7:56 PM, Ville Syrjälä wrote: On Thu, Mar 06, 2025 at 06:40:56PM +0530, Ankit Nautiyal wrote: The vrr.guardband/pipeline_full depend on the vrr.vmin. Since we have set vrr.vmin to adjusted_mode->crtc_vtotal, this shouldn't change on the fly. With this we can move vrr.guardband/pipe

Re: [PATCH v5 1/7] bits: split the definition of the asm and non-asm GENMASK()

2025-03-09 Thread David Laight
On Sun, 9 Mar 2025 01:58:53 + David Laight wrote: > On Fri, 7 Mar 2025 18:58:08 +0900 > Vincent Mailhol wrote: > > > On 07/03/2025 at 04:23, David Laight wrote: > > > On Thu, 06 Mar 2025 20:29:52 +0900 > > > Vincent Mailhol via B4 Relay > > > wrote: > > > > > >> From: Vincent Mailh

[PATCH v4] drm/i915/dmc: Create debugfs entry for dc6 counter

2025-03-09 Thread Mohammed Thasleem
Starting from MTL we don't have a platform agnostic way to validate DC6 state due to dc6 counter has been removed to validate DC state. The goal is to validate that the display HW can reach the DC6 power state. There is no HW DC6 residency counter (and there wasn't such a counter earlier either),