Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/xe/guc: Recommend GuC v70.58.0 for LNL, BMG, PTL
@ 2026-02-05 19:57 Julia Filipchuk
  2026-02-05 19:57 ` [PATCH 1/7] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI" Julia Filipchuk
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Julia Filipchuk @ 2026-02-05 19:57 UTC (permalink / raw)
  To: intel-xe; +Cc: Julia Filipchuk

Recommend newer GuC firmware for BMG, PTL. UAPI version 1.30.1.

Platforms PVC, NVL-S, CRI are not merged to upstream at present. The GuC
definitions for those only exist in the for-ci topic branches
drm-xe:topic/xe-for-ci and drm-intel:topic/core-for-ci. This patch set
reverts those patches, updates the recommended GuC versions for fully
upstream platforms, then re-adds the CI only platforms definitions.


Julia INTEL (7):
  Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"
  Revert "drm/xe/nvls: Define GuC firmware for NVL-S"
  Revert "drm/xe/pvc: Add GuC firmware definition"
  drm/xe/guc: Recommend GuC v70.58.0 for BMG, LNL, PTL
  Reapply "drm/xe/pvc: Add GuC firmware definition"
  Reapply "drm/xe/nvls: Define GuC firmware for NVL-S"
  Reapply "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"

 drivers/gpu/drm/xe/xe_uc_fw.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/7] drm/xe/guc: Recommend GuC v70.55.3 for BMG, PTL
@ 2026-01-12 18:07 Julia Filipchuk
  2026-01-12 18:07 ` [PATCH 3/7] Revert "drm/xe/pvc: Add GuC firmware definition" Julia Filipchuk
  0 siblings, 1 reply; 14+ messages in thread
From: Julia Filipchuk @ 2026-01-12 18:07 UTC (permalink / raw)
  To: intel-xe; +Cc: Julia Filipchuk

Recommend GuC 70.55.3 for BMG, PTL. UAPI version 1.28.3.

Platforms PVC, NVL-S, CRI are not merged to upstream at present. The GuC
definitions for those only exist in the for-ci topic branches
drm-xe:topic/xe-for-ci and drm-intel:topic/core-for-ci. This patch set
reverts those patches, updates the recommended GuC versions for fully
upstream platforms, then re-adds the CI only platforms definitions.

Balasubramani Vivekanandan (1):
  topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI

Daniele INTEL (1):
  drm/xe/pvc: Add GuC firmware definition

Julia INTEL (4):
  Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI"
  Revert "drm/xe/nvls: Define GuC firmware for NVL-S"
  Revert "drm/xe/pvc: Add GuC firmware definition"
  drm/xe/guc: Recommend GuC v70.55.3 for BMG,PTL

Matt Roper (1):
  drm/xe/nvls: Define GuC firmware for NVL-S

 drivers/gpu/drm/xe/xe_uc_fw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/7] xe/uc: PTL firmware defs + recommendation bump
@ 2025-06-26 18:28 Daniele Ceraolo Spurio
  2025-06-26 18:28 ` [PATCH 3/7] Revert "drm/xe/pvc: Add GuC firmware definition" Daniele Ceraolo Spurio
  0 siblings, 1 reply; 14+ messages in thread
From: Daniele Ceraolo Spurio @ 2025-06-26 18:28 UTC (permalink / raw)
  To: intel-xe; +Cc: Daniele Ceraolo Spurio, Lucas De Marchi, Matt Roper, Alan Previn

Add the GuC and HuC FW defs for PTL. While at it, bump the recommended
FW version for BMG, LNL and DG2.

The new FW blobs for PTL are currently available in drm-firmware, but
they're not in linux-firmware yet. They will be moved if the CI on this
series comes back green.

The series is split as follows:

- The first 3 patches are not to be merged, they just indicate that
  the reverted patches should be dropped from topic/xe-for-CI

- Patches 4-5-6 include the changes we want to merge to drm-xe-next

- Patch 7 should be applied to topic/xe-for-CI after that branch has
  been rebased to include patches 4-5-6

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>

Daniele Ceraolo Spurio (5):
  Revert "drm/xe/ptl: Define HuC FW version for PTL"
  Revert "drm/xe/ptl: Add GuC firmware definition"
  Revert "drm/xe/pvc: Add GuC firmware definition"
  drm/xe/ptl: Add GuC FW definition for PTL
  drm/xe/ptl: Add HuC FW definition for PTL

Julia Filipchuk (2):
  drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2
  drm/xe/pvc: Add GuC firmware definition

 drivers/gpu/drm/xe/xe_uc_fw.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-06 19:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 19:57 [PATCH 0/7] drm/xe/guc: Recommend GuC v70.58.0 for LNL, BMG, PTL Julia Filipchuk
2026-02-05 19:57 ` [PATCH 1/7] Revert "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI" Julia Filipchuk
2026-02-05 19:57 ` [PATCH 2/7] Revert "drm/xe/nvls: Define GuC firmware for NVL-S" Julia Filipchuk
2026-02-05 19:57 ` [PATCH 3/7] Revert "drm/xe/pvc: Add GuC firmware definition" Julia Filipchuk
2026-02-05 19:57 ` [PATCH 4/7] drm/xe/guc: Recommend GuC v70.58.0 for BMG, LNL, PTL Julia Filipchuk
2026-02-05 19:57 ` [PATCH 5/7] Reapply "drm/xe/pvc: Add GuC firmware definition" Julia Filipchuk
2026-02-05 19:57 ` [PATCH 6/7] Reapply "drm/xe/nvls: Define GuC firmware for NVL-S" Julia Filipchuk
2026-02-05 19:57 ` [PATCH 7/7] Reapply "topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI" Julia Filipchuk
2026-02-05 20:04 ` ✗ CI.checkpatch: warning for drm/xe/guc: Recommend GuC v70.58.0 for LNL, BMG, PTL Patchwork
2026-02-05 20:06 ` ✓ CI.KUnit: success " Patchwork
2026-02-05 21:00 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-06 19:37 ` ✓ Xe.CI.FULL: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2026-01-12 18:07 [PATCH 0/7] drm/xe/guc: Recommend GuC v70.55.3 for " Julia Filipchuk
2026-01-12 18:07 ` [PATCH 3/7] Revert "drm/xe/pvc: Add GuC firmware definition" Julia Filipchuk
2025-06-26 18:28 [PATCH 0/7] xe/uc: PTL firmware defs + recommendation bump Daniele Ceraolo Spurio
2025-06-26 18:28 ` [PATCH 3/7] Revert "drm/xe/pvc: Add GuC firmware definition" Daniele Ceraolo Spurio

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