public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v3 0/3] Drop version numbers from firmware files
@ 2022-08-27  1:16 John.C.Harrison
  2022-08-27  1:17 ` [Intel-gfx] [PATCH v3 1/3] drm/i915/uc: Support for version reduced and multiple " John.C.Harrison
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: John.C.Harrison @ 2022-08-27  1:16 UTC (permalink / raw)
  To: Intel-GFX; +Cc: DRI-Devel

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

Upstream direction is to include the bare minimum of version numbers
in firmware files and to replace them in the repo rather than
accumulating them. For HuC, that means going completely versionless.
For GuC, the major version needs to be kept as that indicates a break
in backwards compatibility with the KMD.

v2: Fix a bunch of issues and add better documentation (some found in
code review by Daniele, other through more thorough testing).
v3: Fix GSC HuC version field and a comment type (review feedback from
Daniele).

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
CC: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>


John Harrison (3):
  drm/i915/uc: Support for version reduced and multiple firmware files
  drm/i915/uc: Add patch level version number support
  drm/i915/uc: Enable version reduced firmware files for newest
    platforms

 .../gpu/drm/i915/gt/uc/intel_guc_submission.c |  10 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         |   8 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      | 468 ++++++++++++------
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h      |  39 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw_abi.h  |   8 +-
 drivers/gpu/drm/i915/i915_gpu_error.c         |  16 +-
 6 files changed, 358 insertions(+), 191 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-09-07 16:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-27  1:16 [Intel-gfx] [PATCH v3 0/3] Drop version numbers from firmware files John.C.Harrison
2022-08-27  1:17 ` [Intel-gfx] [PATCH v3 1/3] drm/i915/uc: Support for version reduced and multiple " John.C.Harrison
2022-08-27  1:17 ` [Intel-gfx] [PATCH v3 2/3] drm/i915/uc: Add patch level version number support John.C.Harrison
2022-09-06 20:27   ` Ceraolo Spurio, Daniele
2022-08-27  1:17 ` [Intel-gfx] [PATCH v3 3/3] drm/i915/uc: Enable version reduced firmware files for newest platforms John.C.Harrison
2022-09-06 20:29   ` Ceraolo Spurio, Daniele
2022-09-07 16:58     ` Ceraolo Spurio, Daniele
2022-08-27  1:45 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Drop version numbers from firmware files (rev4) Patchwork
2022-08-27  1:45 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-27  2:05 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-08-30 18:30 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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