All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Update to GuC v70
@ 2022-04-12 22:59 ` John.C.Harrison
  0 siblings, 0 replies; 16+ messages in thread
From: John.C.Harrison @ 2022-04-12 22:59 UTC (permalink / raw)
  To: Intel-GFX; +Cc: Daniele Ceraolo Spurio, John Harrison, DRI-Devel

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

Update to the latest GuC firmware release.

Note that this includes some significant backwards breaking API
changes. One is about context registration - the descriptor pool is
gone, all parameters are passed via the CTB instead. The second is
about scheduling policy updates - they are now done via a single KLV
based H2G instead of multiple direct H2Gs.

Note further than this patch set is bsaed on drm-tip so that it can be
tested by CI. The drm-tip tree includes a topic branch with DG2
support. Therefore this patch set includes the update of the DG2
firmware version as well. However, that means that it will conflict
when merged to gt-next. So when the patch is merged, the DG2 part will
need to be dropped and a replacement patch merged to the topic branch.

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


John Harrison (1):
  drm/i915/guc: Update to GuC version 70.1.1

 .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h  |   4 +-
 drivers/gpu/drm/i915/gt/uc/abi/guc_klvs_abi.h |  15 +
 drivers/gpu/drm/i915/gt/uc/intel_guc.h        |   5 -
 drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h   |  67 ++--
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c | 375 +++++++++++-------
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      |  32 +-
 6 files changed, 294 insertions(+), 204 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-07-21 12:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 22:59 [PATCH 0/1] Update to GuC v70 John.C.Harrison
2022-04-12 22:59 ` [Intel-gfx] " John.C.Harrison
2022-04-12 22:59 ` [PATCH 1/1] drm/i915/guc: Update to GuC version 70.1.1 John.C.Harrison
2022-04-12 22:59   ` [Intel-gfx] " John.C.Harrison
2022-04-15  0:14   ` Matt Roper
2022-07-14 23:08     ` Dave Airlie
2022-07-14 23:08       ` Dave Airlie
2022-07-15  8:34       ` [Intel-gfx] [PATCH 1/1] drm/i915/guc: Update to GuC version 70.1.1 #forregzbot Thorsten Leemhuis
2022-07-15  9:04         ` Thorsten Leemhuis
2022-07-17 15:33           ` Thorsten Leemhuis
2022-07-21 12:51             ` Thorsten Leemhuis
2022-07-20  8:28       ` [Intel-gfx] [PATCH 1/1] drm/i915/guc: Update to GuC version 70.1.1 Jordan Justen
2022-07-20  8:28         ` Jordan Justen
2022-04-13 19:02 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Update to GuC v70 Patchwork
2022-04-13 19:25 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-04-13 21:35 ` [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.