All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add ocode late binding support for CRI
@ 2026-07-23  8:37 Badal Nilawar
  2026-07-23  8:33 ` ✗ CI.checkpatch: warning for Add ocode late binding support for CRI (rev4) Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Badal Nilawar @ 2026-07-23  8:37 UTC (permalink / raw)
  To: intel-xe
  Cc: anshuman.gupta, rodrigo.vivi, alexander.usyskin, michael.j.ruhl,
	daniele.ceraolospurio, anoop.c.vijay, shamim.begum,
	anthony.giardina

Ocode is the OOBMSM telemetry/manageability firmware, and on CRI it is
loaded through late binding flow.

v2: Dropped "[RFC,3/4] drm/xe/xe_late_bind_fw: Track firmware load status"

v4:
  - Fixed most of the comments from Daniele
  - Rearranged the patches
  - Introduced new patch to fix firmware leak
  - Improved "TODO: compatibility check" comments

Badal Nilawar (5):
  drm/xe/xe_late_bind_fw: Fix firmware leak on missing manifest entry
  drm/xe/xe_late_bind_fw: Convert late bind flag to mask
  drm/xe/xe_late_bind_fw: Add support to load Ocode firmware
  drm/xe/xe_late_bind_fw: Enable late binding support for CRI
  drm/xe/xe_late_bind_fw: Refactor pm flow

 drivers/gpu/drm/xe/xe_device.c             |   2 +-
 drivers/gpu/drm/xe/xe_device_types.h       |   4 +-
 drivers/gpu/drm/xe/xe_late_bind_fw.c       | 118 ++++++++++++++++-----
 drivers/gpu/drm/xe/xe_late_bind_fw.h       |   4 +-
 drivers/gpu/drm/xe/xe_late_bind_fw_types.h |   4 +-
 drivers/gpu/drm/xe/xe_pci.c                |   6 +-
 drivers/gpu/drm/xe/xe_pci_types.h          |   2 +-
 drivers/gpu/drm/xe/xe_pm.c                 |   6 +-
 8 files changed, 106 insertions(+), 40 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-07-23 16:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23  8:37 [PATCH v4 0/5] Add ocode late binding support for CRI Badal Nilawar
2026-07-23  8:33 ` ✗ CI.checkpatch: warning for Add ocode late binding support for CRI (rev4) Patchwork
2026-07-23  8:35 ` ✓ CI.KUnit: success " Patchwork
2026-07-23  8:37 ` [PATCH v4 1/5] drm/xe/xe_late_bind_fw: Fix firmware leak on missing manifest entry Badal Nilawar
2026-07-23  8:37 ` [PATCH v4 2/5] drm/xe/xe_late_bind_fw: Convert late bind flag to mask Badal Nilawar
2026-07-23  8:37 ` [PATCH v4 3/5] drm/xe/xe_late_bind_fw: Add support to load Ocode firmware Badal Nilawar
2026-07-23  8:37 ` [PATCH v4 4/5] drm/xe/xe_late_bind_fw: Enable late binding support for CRI Badal Nilawar
2026-07-23  8:37 ` [PATCH v4 5/5] drm/xe/xe_late_bind_fw: Refactor pm flow Badal Nilawar
2026-07-23  9:19 ` ✓ Xe.CI.BAT: success for Add ocode late binding support for CRI (rev4) Patchwork
2026-07-23 16:46 ` [PATCH v4 0/5] Add ocode late binding support for CRI Rodrigo Vivi

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.