mbox series

[0/8] Patches for selftest_lrc

Message ID 20220309051708.22644-1-ramalingam.c@intel.com (mailing list archive)
Headers show
Series Patches for selftest_lrc | expand

Message

Ramalingam C March 9, 2022, 5:17 a.m. UTC
Patches that fix and enhance the selftest_lrc

Akeem G Abodunrin (1):
  drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressing

Chris Wilson (7):
  drm/i915/selftests: Exercise relative mmio paths to non-privileged
    registers
  drm/i915/selftests: Exercise cross-process context isolation
  drm/i915/selftests: Flush the submission for lrc_isolation
  drm/i915/gt: Explicitly clear BB_OFFSET for new contexts
  drm/i915/selftests: Check for incomplete LRI from the context image
  drm/i915/selftest: Clear the output buffers before GPU writes
  drm/i915/selftest: Always cancel semaphore on error

 drivers/gpu/drm/i915/gt/intel_engine_regs.h |   1 +
 drivers/gpu/drm/i915/gt/intel_lrc.c         |  17 +
 drivers/gpu/drm/i915/gt/selftest_lrc.c      | 499 +++++++++++++++++---
 3 files changed, 452 insertions(+), 65 deletions(-)