mbox series

[v2,0/4] Update AUX invalidation sequence

Message ID 20230627094327.134775-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Update AUX invalidation sequence | expand

Message

Andi Shyti June 27, 2023, 9:43 a.m. UTC
Hi,

as there are new hardware directives, we need a little adaptation
for the AUX invalidation sequence.

In this version we support all the engines affected by this
change.

The stable backport has some challenges because the original
patch that this series fixes has had more changes in between.

Thanks,
Andi

Changelog:
=========
v1 -> v2
 - add a clean up preliminary patch for the existing registers
 - add support for more engines
 - add the Fixes tag

Andi Shyti (2):
  drm/i915/gt: Cleanup aux invalidation registers
  drm/i915/gt: Support aux invalidation on all engines

Jonathan Cavitt (2):
  drm/i915/gt: Ensure memory quiesced before invalidation
  drm/i915/gt: Poll aux invalidation register bit on invalidation

 drivers/gpu/drm/i915/gt/gen8_engine_cs.c     | 85 ++++++++++++++------
 drivers/gpu/drm/i915/gt/gen8_engine_cs.h     |  3 +-
 drivers/gpu/drm/i915/gt/intel_gpu_commands.h |  1 +
 drivers/gpu/drm/i915/gt/intel_gt_regs.h      | 14 ++--
 drivers/gpu/drm/i915/gt/intel_lrc.c          | 17 +---
 5 files changed, 70 insertions(+), 50 deletions(-)