All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v2 0/2] Apply Wa_16018031267 / Wa_16018063123
@ 2023-08-23 18:51 Jonathan Cavitt
  2023-08-23 18:51 ` [Intel-gfx] [PATCH v2 1/2] drm/i915: Add WABB blit for " Jonathan Cavitt
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Jonathan Cavitt @ 2023-08-23 18:51 UTC (permalink / raw)
  To: intel-gfx
  Cc: tomasz.mistat, jonathan.cavitt, rodrigo.vivi, gregory.f.germano,
	matthew.d.roper, nirmoy.das

Apply Wa_16018031267 / Wa_16018063123.  This necessitates submitting a
fastcolor blit as WABB and setting the copy engine arbitration to
round-robin mode.

v2:
- Rename old platform check in second patch to match
  declaration in first patch.
- Refactor second patch name to match first patch.

Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
CC: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
CC: Rodrigo Vivi <rodrigo.vivi@intel.com>
CC: Tomasz Mistat <tomasz.mistat@intel.com>
CC: Gregory F Germano <gregory.f.germano@intel.com>
CC: Matt Roper <matthew.d.roper@intel.com>
CC: James Ausmus <james.ausmus@intel.com>

Nirmoy Das (2):
  drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123
  drm/i915: Set copy engine arbitration for Wa_16018031267 /
    Wa_16018063123

 drivers/gpu/drm/i915/gt/intel_engine_regs.h |   6 ++
 drivers/gpu/drm/i915/gt/intel_gt_types.h    |   3 +
 drivers/gpu/drm/i915/gt/intel_lrc.c         | 114 +++++++++++++++++++-
 drivers/gpu/drm/i915/gt/intel_workarounds.c |   6 ++
 drivers/gpu/drm/i915/gt/selftest_lrc.c      |  65 +++++++----
 drivers/gpu/drm/i915/i915_drv.h             |   5 +
 6 files changed, 178 insertions(+), 21 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-08-24 21:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-23 18:51 [Intel-gfx] [PATCH v2 0/2] Apply Wa_16018031267 / Wa_16018063123 Jonathan Cavitt
2023-08-23 18:51 ` [Intel-gfx] [PATCH v2 1/2] drm/i915: Add WABB blit for " Jonathan Cavitt
2023-08-24 14:53   ` Andi Shyti
2023-08-24 15:01     ` Cavitt, Jonathan
2023-08-24 17:57   ` Matt Roper
2023-08-23 18:51 ` [Intel-gfx] [PATCH v2 2/2] drm/i915: Set copy engine arbitration " Jonathan Cavitt
2023-08-24 14:57   ` Andi Shyti
2023-08-23 21:15 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Apply Wa_16018031267 / Wa_16018063123 (rev2) Patchwork
2023-08-23 21:15 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-08-23 21:30 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-08-24 21:09 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Apply Wa_16018031267 / Wa_16018063123 (rev3) Patchwork
2023-08-24 21:09 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-08-24 21:24 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

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.