From: John.C.Harrison@Intel.com
To: Intel-GFX@Lists.FreeDesktop.Org
Cc: DRI-Devel@Lists.FreeDesktop.Org
Subject: [Intel-gfx] [PATCH v2 0/3] More GuC firmware version improvements
Date: Wed, 23 Nov 2022 14:31:05 -0800 [thread overview]
Message-ID: <20221123223108.1696415-1-John.C.Harrison@Intel.com> (raw)
From: John Harrison <John.C.Harrison@Intel.com>
Start using the 'submission API version' for deciding which GuC API to
use in the submission code.
Correct version number manipulation code to support full 32bit
major/minor/patch components, except for GuC which is guaranteed to be
8bit safe.
Other minor code clean ups around version number handling.
v2: Fix some typos, better naming, an extra comment and a bunch of
refactoring of the GuC version number handling (review feedback by
Daniele)
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
John Harrison (3):
drm/i915/uc: Rationalise delimiters in filename macros
drm/i915/uc: More refactoring of UC version numbers
drm/i915/guc: Use GuC submission API version number
drivers/gpu/drm/i915/gt/uc/intel_guc.h | 11 +
.../gpu/drm/i915/gt/uc/intel_guc_submission.c | 15 +-
drivers/gpu/drm/i915/gt/uc/intel_uc.c | 6 +-
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 206 +++++++++++++-----
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h | 15 +-
drivers/gpu/drm/i915/gt/uc/intel_uc_fw_abi.h | 3 +-
6 files changed, 183 insertions(+), 73 deletions(-)
--
2.37.3
next reply other threads:[~2022-11-23 22:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-23 22:31 John.C.Harrison [this message]
2022-11-23 22:31 ` [Intel-gfx] [PATCH v2 1/3] drm/i915/uc: Rationalise delimiters in filename macros John.C.Harrison
2022-11-23 22:31 ` [Intel-gfx] [PATCH v2 2/3] drm/i915/uc: More refactoring of UC version numbers John.C.Harrison
2022-11-23 22:31 ` [Intel-gfx] [PATCH v2 3/3] drm/i915/guc: Use GuC submission API version number John.C.Harrison
2022-11-29 19:19 ` Ceraolo Spurio, Daniele
2022-11-23 23:42 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for More GuC firmware version improvements (rev2) Patchwork
2022-11-23 23:42 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-11-24 0:52 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
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=20221123223108.1696415-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