mbox series

[i-g-t,0/3] IGT fixes for priority management + capture with GuC submission

Message ID 20210804012303.158392-1-matthew.brost@intel.com (mailing list archive)
Headers show
Series IGT fixes for priority management + capture with GuC submission | expand

Message

Matthew Brost Aug. 4, 2021, 1:23 a.m. UTC
Signed-off-by: Matthew Brost <matthew.brost@intel.com>

Matthew Brost (2):
  i915/gem_exec_schedule: Make gem_exec_schedule understand static
    priority mapping
  i915/gem_ctx_shared: Make gem_ctx_shared understand static priority
    mapping

Signed-off-by: John Harrison (1):
  i915/gem_exec_capture: Update to support GuC based resets

 lib/i915/gem_scheduler.c       | 14 ++++++++
 lib/i915/gem_scheduler.h       |  1 +
 lib/i915/i915_drm_local.h      | 10 ++++++
 lib/igt_gt.c                   | 44 ++++++++++++++++--------
 lib/igt_gt.h                   |  1 +
 tests/i915/gem_ctx_shared.c    | 12 ++++---
 tests/i915/gem_exec_capture.c  | 52 +++++++++++++++++++++++-----
 tests/i915/gem_exec_schedule.c | 62 +++++++++++++++++++++-------------
 8 files changed, 144 insertions(+), 52 deletions(-)