intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/i915/gt: Relocate context-specific workarounds
@ 2025-08-11  9:12 Sebastian Brzezinka
  2025-08-11  9:12 ` [PATCH v2 1/3] drm/i915/gt: Relocate compression repacking WA for JSL/EHL Sebastian Brzezinka
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sebastian Brzezinka @ 2025-08-11  9:12 UTC (permalink / raw)
  To: intel-gfx, andi.shyti, krzysztof.karas, sebastian.brzezinka
  Cc: andi.shyti, krzysztof.karas, Sebastian Brzezinka

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.

v1 -> v2:
	- clarify commit message
 
 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-19 10:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11  9:12 [PATCH v2 0/3] drm/i915/gt: Relocate context-specific workarounds Sebastian Brzezinka
2025-08-11  9:12 ` [PATCH v2 1/3] drm/i915/gt: Relocate compression repacking WA for JSL/EHL Sebastian Brzezinka
2025-08-11  9:12 ` [PATCH v2 2/3] drm/i915/gt: Relocate Gen7 context-specific workarounds Sebastian Brzezinka
2025-08-11  9:12 ` [PATCH v2 3/3] drm/i915/gt: Relocate Gen6 context-specific workaround Sebastian Brzezinka
2025-08-11 10:28 ` ✗ i915.CI.BAT: failure for drm/i915/gt: Relocate context-specific workarounds (rev2) Patchwork
2025-08-13 11:36 ` ✓ i915.CI.BAT: success for drm/i915/gt: Relocate context-specific workarounds (rev3) Patchwork
2025-08-13 13:44 ` ✓ i915.CI.Full: " Patchwork
2025-08-19 10:34 ` [PATCH v2 0/3] drm/i915/gt: Relocate context-specific workarounds Andi Shyti

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).