From: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
To: <intel-gfx@lists.freedesktop.org>, <krzysztof.karas@intel.com>,
<andi.shyti@linux.intel.com>, <ville.syrjala@linux.intel.com>,
<sebastian.brzezinka@intel.com>
Cc: <krzysztof.karas@intel.com>, <andi.shyti@linux.intel.com>,
<ville.syrjala@linux.intel.com>,
Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Subject: [PATCH 0/3] drm/i915/gt: Relocate context-specific workarounds
Date: Fri, 1 Aug 2025 09:48:46 +0000 [thread overview]
Message-ID: <cover.1754041191.git.sebastian.brzezinka@intel.com> (raw)
This series cleans up the placement of several context-specific workarounds
in the i915 driver by moving them from rcs_engine_wa_init() to the
appropriate *_ctx_workarounds_init() functions. This improves clarity and
ensures that platform-specific workarounds are applied during context
initialization, as intended.
It also aligns with the hardware documentation, which mandates that certain
CACHE_MODE_0 and CACHE_MODE_1 register settings be applied during context
initialization to ensure correct GPU behavior.
If some workarounds remain in rcs_engine_wa_init(), it's due to issues
encountered while attempting to move them, such as the workaround not
sticking when applied in context, or other platform-specific constraints
that require further investigation.
Sebastian Brzezinka (3):
drm/i915/gt: Relocate compression repacking WA for JSL/EHL
drm/i915/gt: Relocate Gen7 context-specific workarounds
drm/i915/gt: Relocate Gen6 context-specific workaround
drivers/gpu/drm/i915/gt/intel_workarounds.c | 49 +++++++++++----------
1 file changed, 25 insertions(+), 24 deletions(-)
--
2.34.1
next reply other threads:[~2025-08-01 9:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 9:48 Sebastian Brzezinka [this message]
2025-08-01 9:48 ` [PATCH 1/3] drm/i915/gt: Relocate compression repacking WA for JSL/EHL Sebastian Brzezinka
2025-08-09 0:27 ` Andi Shyti
2025-08-11 9:26 ` Sebastian Brzezinka
2025-08-01 9:49 ` [PATCH 2/3] drm/i915/gt: Relocate Gen7 context-specific workarounds Sebastian Brzezinka
2025-08-09 0:31 ` Andi Shyti
2025-08-01 9:49 ` [PATCH 3/3] drm/i915/gt: Relocate Gen6 context-specific workaround Sebastian Brzezinka
2025-08-09 0:34 ` Andi Shyti
2025-08-01 11:30 ` ✓ i915.CI.BAT: success for drm/i915/gt: Relocate context-specific workarounds Patchwork
2025-08-01 13:58 ` ✓ i915.CI.Full: " Patchwork
2025-08-04 13:30 ` [PATCH 0/3] " Krzysztof Karas
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=cover.1754041191.git.sebastian.brzezinka@intel.com \
--to=sebastian.brzezinka@intel.com \
--cc=andi.shyti@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=krzysztof.karas@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;
as well as URLs for NNTP newsgroup(s).