From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: stable@vger.kernel.org, Chris Wilson <chris@chris-wilson.co.uk>
Subject: Re: [Intel-gfx] [PATCH 2/3] drm/i915: Break up error capture compression loops with cond_resched()
Date: Mon, 21 Sep 2020 12:54:44 +0000 [thread overview]
Message-ID: <20200921125445.250D920874@mail.kernel.org> (raw)
In-Reply-To: <20200916090059.3189-2-chris@chris-wilson.co.uk>
Hi
[This is an automated email]
This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all
The bot has tested the following trees: v5.8.10, v5.4.66, v4.19.146, v4.14.198, v4.9.236, v4.4.236.
v5.8.10: Build OK!
v5.4.66: Build OK!
v4.19.146: Build OK!
v4.14.198: Build OK!
v4.9.236: Failed to apply! Possible dependencies:
0a97015d45ee ("drm/i915: Compress GPU objects in error state")
83bc0f5b432f ("drm/i915: Handle incomplete Z_FINISH for compressed error states")
95374d759ac7 ("drm/i915: Always use the GTT for error capture")
98a2f411671f ("drm/i915: Allow disabling error capture")
9f267eb8d2ea ("drm/i915: Stop the machine whilst capturing the GPU crash dump")
d636951ec01b ("drm/i915: Cleanup instdone collection")
fc4c79c37e82 ("drm/i915: Consolidate error object printing")
v4.4.236: Failed to apply! Possible dependencies:
0a97015d45ee ("drm/i915: Compress GPU objects in error state")
0bc40be85f33 ("drm/i915: Rename intel_engine_cs function parameters")
688e6c725816 ("drm/i915: Slaughter the thundering i915_wait_request herd")
755412e29c77 ("drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER")
98a2f411671f ("drm/i915: Allow disabling error capture")
ca82580c9cea ("drm/i915: Do not call API requiring struct_mutex where it is not available")
cbdc12a9fc9d ("drm/i915: make A0 wa's applied to A1")
e87a005d90c3 ("drm/i915: add helpers for platform specific revision id range checks")
ef712bb4b700 ("drm/i915: remove parens around revision ids")
fffda3f4fb49 ("drm/i915/bxt: add revision id for A1 stepping and use it")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: stable@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH 2/3] drm/i915: Break up error capture compression loops with cond_resched()
Date: Mon, 21 Sep 2020 12:54:44 +0000 [thread overview]
Message-ID: <20200921125445.250D920874@mail.kernel.org> (raw)
In-Reply-To: <20200916090059.3189-2-chris@chris-wilson.co.uk>
Hi
[This is an automated email]
This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all
The bot has tested the following trees: v5.8.10, v5.4.66, v4.19.146, v4.14.198, v4.9.236, v4.4.236.
v5.8.10: Build OK!
v5.4.66: Build OK!
v4.19.146: Build OK!
v4.14.198: Build OK!
v4.9.236: Failed to apply! Possible dependencies:
0a97015d45ee ("drm/i915: Compress GPU objects in error state")
83bc0f5b432f ("drm/i915: Handle incomplete Z_FINISH for compressed error states")
95374d759ac7 ("drm/i915: Always use the GTT for error capture")
98a2f411671f ("drm/i915: Allow disabling error capture")
9f267eb8d2ea ("drm/i915: Stop the machine whilst capturing the GPU crash dump")
d636951ec01b ("drm/i915: Cleanup instdone collection")
fc4c79c37e82 ("drm/i915: Consolidate error object printing")
v4.4.236: Failed to apply! Possible dependencies:
0a97015d45ee ("drm/i915: Compress GPU objects in error state")
0bc40be85f33 ("drm/i915: Rename intel_engine_cs function parameters")
688e6c725816 ("drm/i915: Slaughter the thundering i915_wait_request herd")
755412e29c77 ("drm/i915: Add an optional selection from i915 of CONFIG_MMU_NOTIFIER")
98a2f411671f ("drm/i915: Allow disabling error capture")
ca82580c9cea ("drm/i915: Do not call API requiring struct_mutex where it is not available")
cbdc12a9fc9d ("drm/i915: make A0 wa's applied to A1")
e87a005d90c3 ("drm/i915: add helpers for platform specific revision id range checks")
ef712bb4b700 ("drm/i915: remove parens around revision ids")
fffda3f4fb49 ("drm/i915/bxt: add revision id for A1 stepping and use it")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
--
Thanks
Sasha
next prev parent reply other threads:[~2020-09-21 12:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 9:00 [Intel-gfx] [PATCH 1/3] drm/i915/gt: Show engine properties in the pretty printer Chris Wilson
2020-09-16 9:00 ` [Intel-gfx] [PATCH 2/3] drm/i915: Break up error capture compression loops with cond_resched() Chris Wilson
2020-09-16 9:00 ` Chris Wilson
2020-09-21 12:54 ` Sasha Levin [this message]
2020-09-21 12:54 ` Sasha Levin
2020-11-09 10:24 ` [Intel-gfx] 4.19-stable: " Pavel Machek
2020-11-09 10:24 ` Pavel Machek
2020-09-16 9:00 ` [Intel-gfx] [PATCH 3/3] drm/i915: Reduce GPU error capture mutex hold time Chris Wilson
2020-09-16 17:51 ` Matthew Auld
2020-09-16 12:34 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/gt: Show engine properties in the pretty printer Patchwork
2020-09-16 12:34 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-09-16 12:59 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-09-16 16:57 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
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=20200921125445.250D920874@mail.kernel.org \
--to=sashal@kernel.org \
--cc=chris@chris-wilson.co.uk \
--cc=stable@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.