From: Jani Nikula <jani.nikula@intel.com>
To: "Maarten Lankhorst" <maarten.lankhorst@intel.com>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ i915.CI.Full: failure for drm/i915/display: stop using the configurable fence timeout (rev2)
Date: Thu, 02 Apr 2026 12:40:56 +0300 [thread overview]
Message-ID: <44f9b69d23678458f0ab3ff4bec5c45cb05535b8@intel.com> (raw)
In-Reply-To: <dc4d04b4-2d29-4a19-8d11-58051673e0a6@intel.com>
On Wed, 03 Dec 2025, Maarten Lankhorst <maarten.lankhorst@intel.com> wrote:
> Hey,
>
> Den 2025-11-25 kl. 18:24, skrev Ville Syrjälä:
>> On Tue, Nov 25, 2025 at 03:55:02PM +0200, Jani Nikula wrote:
>>> On Fri, 14 Nov 2025, Patchwork <patchwork@emeril.freedesktop.org> wrote:
>>>> == Series Details ==
>>>>
>>>> Series: drm/i915/display: stop using the configurable fence timeout (rev2)
>>>> URL : https://patchwork.freedesktop.org/series/157441/
>>>> State : failure
>>>>
>>>> == Summary ==
>>>>
>>>> CI Bug Log - changes from CI_DRM_17544_full -> Patchwork_157441v2_full
>>>> ====================================================
>>>>
>>>> Summary
>>>> -------
>>>>
>>>> **FAILURE**
>>>>
>>>> Serious unknown changes coming with Patchwork_157441v2_full absolutely need to be
>>>> verified manually.
>>>>
>>>> If you think the reported changes have nothing to do with the changes
>>>> introduced in Patchwork_157441v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
>>>> to document this new failure mode, which will reduce false positives in CI.
>>>>
>>>>
>>>>
>>>> Participating hosts (10 -> 11)
>>>> ------------------------------
>>>>
>>>> Additional (1): shard-dg2-set2
>>>>
>>>> Possible new issues
>>>> -------------------
>>>>
>>>> Here are the unknown changes that may have been introduced in Patchwork_157441v2_full:
>>>>
>>>> ### IGT changes ###
>>>>
>>>> #### Possible regressions ####
>>>>
>>>> * igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-a:
>>>> - shard-mtlp: [PASS][1] -> [DMESG-WARN][2] +5 other tests dmesg-warn
>>>> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17544/shard-mtlp-7/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-a.html
>>>> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_157441v2/shard-mtlp-3/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-a.html
>>>>
>>>> * igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-b:
>>>> - shard-snb: [PASS][3] -> [DMESG-WARN][4] +3 other tests dmesg-warn
>>>> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17544/shard-snb5/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-b.html
>>>> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_157441v2/shard-snb7/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-b.html
>>>>
>>>> * igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-d:
>>>> - shard-dg2: [PASS][5] -> [DMESG-WARN][6] +5 other tests dmesg-warn
>>>> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17544/shard-dg2-6/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-d.html
>>>> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_157441v2/shard-dg2-5/igt@kms_busy@extended-modeset-hang-newfb-with-reset@pipe-d.html
>>>>
>>>> * igt@kms_busy@extended-modeset-hang-oldfb-with-reset:
>>>> - shard-dg1: [PASS][7] -> [DMESG-WARN][8] +2 other tests dmesg-warn
>>>> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17544/shard-dg1-12/igt@kms_busy@extended-modeset-hang-oldfb-with-reset.html
>>>> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_157441v2/shard-dg1-18/igt@kms_busy@extended-modeset-hang-oldfb-with-reset.html
>>> Maarten, Ville, any ideas what to do about these?
>> Looks like we need the timeout to unbreak the modeset vs. reset
>> deadlock in a timely fashion.
>>
>> I'm not where we signal/error the fences the modeset is waiting
>> for, but I guess that must be happening after the whole reset
>> sequence is done. Doing that earlier would seem like another
>> solution, but dunno what other fallout it would have.
> intel_prepare_plane_fb() adds all dma-resv fences for old_obj on
> intel_crtc_needs_modeset(), does it change anything if we remove that,
> at least for the GPU reset commit?
We dropped the ball here a bit, and I'm a bit clueless as to what to
do. Except we'll need to unify i915 and xe here somehow.
Alternatives:
- Remove the timeout from i915 (the patch at hand), and fix the fallout
somehow.
- Add the timeout to xe, and fix the fallout, if any.
- Add the timeout to display parent interface, which is a bit meh.
BR,
Jani.
--
Jani Nikula, Intel
next prev parent reply other threads:[~2026-04-02 9:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 15:56 [PATCH] drm/i915/display: stop using the configurable fence timeout Jani Nikula
2025-11-12 20:39 ` ✓ i915.CI.BAT: success for " Patchwork
2025-11-12 22:54 ` ✗ i915.CI.Full: failure " Patchwork
2025-11-13 10:08 ` [PATCH] " Maarten Lankhorst
2025-11-13 15:53 ` [PATCH v2] " Jani Nikula
2025-11-13 23:24 ` ✓ i915.CI.BAT: success for drm/i915/display: stop using the configurable fence timeout (rev2) Patchwork
2025-11-14 7:53 ` ✗ i915.CI.Full: failure " Patchwork
2025-11-25 13:55 ` Jani Nikula
2025-11-25 17:24 ` Ville Syrjälä
2025-12-03 10:48 ` Maarten Lankhorst
2026-04-02 9:40 ` Jani Nikula [this message]
2026-04-02 15:41 ` Maarten Lankhorst
2026-04-08 15:14 ` Jani Nikula
2026-04-08 15:49 ` Maarten Lankhorst
2026-04-08 16:10 ` Jani Nikula
2026-04-08 16:47 ` Ville Syrjälä
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44f9b69d23678458f0ab3ff4bec5c45cb05535b8@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=maarten.lankhorst@intel.com \
--cc=ville.syrjala@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox