[PATCH 00/11] TRYBOT: DG1 /w GuC Submission
Matthew Brost
matthew.brost at intel.com
Sun Aug 8 03:22:52 UTC 2021
v2: Workaround LMEM blow up
v3: Add code to dump GuC log to dmesg on SLPC load failure
v4: Add SLPC workaround for A0 DG1, add a few more patches
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Daniele Ceraolo Spurio (1):
drm/i915/guc: put all guc objects in lmem when available
Matthew Brost (9):
drm/i915/guc: Fix several issues related to full GT reset
drm/i915/selftests: Fix memory corruption in live_lrc_isolation
drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H
drm/i915/guc: Add DG1 GuC / HuC firmware defs
drm/i915/guc: Enable GuC submission by default on DG1
Me: Allow relocs on DG1 for CI
Me: Workaround LMEM blow up
Me: Add tracing
Me: Workaround for SLPC and DG1
Venkata Sandeep Dhanalakota (1):
drm/i915: Do not define vma on stack
.../gpu/drm/i915/gem/i915_gem_execbuffer.c | 2 +-
drivers/gpu/drm/i915/gem/i915_gem_lmem.c | 26 ++++
drivers/gpu/drm/i915/gem/i915_gem_lmem.h | 4 +
drivers/gpu/drm/i915/gt/intel_context.h | 2 +
drivers/gpu/drm/i915/gt/intel_context_types.h | 4 +
.../gpu/drm/i915/gt/intel_engine_heartbeat.c | 2 +
drivers/gpu/drm/i915/gt/selftest_lrc.c | 29 +++-
drivers/gpu/drm/i915/gt/uc/intel_guc.c | 9 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c | 13 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_log.h | 5 -
drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c | 9 ++
.../gpu/drm/i915/gt/uc/intel_guc_submission.c | 44 ++++--
drivers/gpu/drm/i915/gt/uc/intel_huc.c | 14 +-
drivers/gpu/drm/i915/gt/uc/intel_uc.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 90 +++++++++++--
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h | 2 +
drivers/gpu/drm/i915/gt/uc/selftest_guc.c | 126 ++++++++++++++++++
drivers/gpu/drm/i915/i915_gpu_error.c | 99 +++++++++++++-
drivers/gpu/drm/i915/i915_gpu_error.h | 3 +
drivers/gpu/drm/i915/i915_request.c | 3 +
drivers/gpu/drm/i915/i915_trace.h | 30 +++++
.../drm/i915/selftests/i915_live_selftests.h | 1 +
.../i915/selftests/intel_scheduler_helpers.c | 12 ++
.../i915/selftests/intel_scheduler_helpers.h | 2 +
24 files changed, 493 insertions(+), 40 deletions(-)
create mode 100644 drivers/gpu/drm/i915/gt/uc/selftest_guc.c
--
2.28.0
More information about the Intel-gfx-trybot
mailing list