From: John.C.Harrison@Intel.com
To: Intel-GFX@Lists.FreeDesktop.Org
Cc: DRI-Devel@Lists.FreeDesktop.Org
Subject: [Intel-gfx] [PATCH 0/3] Update to GuC version 69.0.3
Date: Tue, 21 Dec 2021 12:28:59 -0800 [thread overview]
Message-ID: <20211221202902.1395588-1-John.C.Harrison@Intel.com> (raw)
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
next reply other threads:[~2021-12-21 20:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-21 20:28 John.C.Harrison [this message]
2021-12-21 20:29 ` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Temporarily bump the GuC load timeout John.C.Harrison
2021-12-21 20:29 ` [Intel-gfx] [PATCH 2/3] drm/i915/guc: Update to GuC version 69.0.3 John.C.Harrison
2021-12-21 20:29 ` [Intel-gfx] [PATCH 3/3] drm/i915/guc: Improve GuC loading status check/error reports 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
-- strict thread matches above, loose matches on Subject: below --
2021-12-21 0:52 [Intel-gfx] [PATCH 0/3] Update to GuC version 69.0.3 John.C.Harrison
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211221202902.1395588-1-John.C.Harrison@Intel.com \
--to=john.c.harrison@intel.com \
--cc=DRI-Devel@Lists.FreeDesktop.Org \
--cc=Intel-GFX@Lists.FreeDesktop.Org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox