All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Update to GuC version 69.0.3
@ 2021-12-21 20:28 ` John.C.Harrison
  0 siblings, 0 replies; 21+ messages in thread
From: John.C.Harrison @ 2021-12-21 20:28 UTC (permalink / raw)
  To: Intel-GFX; +Cc: John Harrison, DRI-Devel

From: John Harrison <John.C.Harrison@Intel.com>

Update to the latest GuC version. This includes a suite of interface
changes and new features with corresponding i915 side changes.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>



John Harrison (3):
  drm/i915/guc: Temporarily bump the GuC load timeout
  drm/i915/guc: Update to GuC version 69.0.3
  drm/i915/guc: Improve GuC loading status check/error reports

 Documentation/gpu/i915.rst                    |   1 +
 .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h  |  80 +++++-----
 .../gpu/drm/i915/gt/uc/abi/guc_errors_abi.h   |  23 +++
 drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h |  82 ++++++++++
 drivers/gpu/drm/i915/gt/uc/intel_guc.c        | 126 +++++++++++++---
 drivers/gpu/drm/i915/gt/uc/intel_guc.h        |   4 +
 drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c    |  45 +++++-
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c     | 141 ++++++++++--------
 drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c     |  30 ++--
 drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h   |  37 ++++-
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c    |  31 ++--
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.h    |   3 +
 drivers/gpu/drm/i915/gt/uc/intel_guc_reg.h    |   4 -
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c |  18 +++
 drivers/gpu/drm/i915/gt/uc/intel_huc.c        |   1 +
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         |  31 ++--
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      |  30 ++--
 17 files changed, 493 insertions(+), 194 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h

-- 
2.25.1


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

end of thread, other threads:[~2022-01-04 21:45 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 20:28 [PATCH 0/3] Update to GuC version 69.0.3 John.C.Harrison
2021-12-21 20:28 ` [Intel-gfx] " John.C.Harrison
2021-12-21 20:29 ` [PATCH 1/3] drm/i915/guc: Temporarily bump the GuC load timeout John.C.Harrison
2021-12-21 20:29   ` [Intel-gfx] " John.C.Harrison
2021-12-21 20:29 ` [PATCH 2/3] drm/i915/guc: Update to GuC version 69.0.3 John.C.Harrison
2021-12-21 20:29   ` [Intel-gfx] " John.C.Harrison
2021-12-21 20:29 ` [PATCH 3/3] drm/i915/guc: Improve GuC loading status check/error reports John.C.Harrison
2021-12-21 20:29   ` [Intel-gfx] " John.C.Harrison
2021-12-21 23:19 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update to GuC version 69.0.3 (rev2) Patchwork
2021-12-21 23:20 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-12-21 23:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-22  4:40 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-12-23  9:07 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update to GuC version 69.0.3 (rev3) Patchwork
2021-12-23  9:08 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-12-23  9:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-23 11:48 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-12-27 12:45 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Update to GuC version 69.0.3 (rev4) Patchwork
2021-12-27 12:46 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-12-27 13:11 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-01-04 19:43 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Update to GuC version 69.0.3 (rev5) Patchwork
2022-01-04 21:45 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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.