Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v2 0/3] More GuC firmware version improvements
@ 2022-11-23 22:31 John.C.Harrison
  2022-11-23 22:31 ` [Intel-gfx] [PATCH v2 1/3] drm/i915/uc: Rationalise delimiters in filename macros John.C.Harrison
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: John.C.Harrison @ 2022-11-23 22:31 UTC (permalink / raw)
  To: Intel-GFX; +Cc: DRI-Devel

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


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

end of thread, other threads:[~2022-11-29 19:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 22:31 [Intel-gfx] [PATCH v2 0/3] More GuC firmware version improvements John.C.Harrison
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox