All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v3 0/3] uC management cleanup
@ 2023-09-13 23:28 Daniele Ceraolo Spurio
  2023-09-13 23:28 ` [Intel-xe] [PATCH v3 1/3] drm/xe/uc: Rename guc_submission_enabled() to uc_enabled() Daniele Ceraolo Spurio
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Daniele Ceraolo Spurio @ 2023-09-13 23:28 UTC (permalink / raw)
  To: intel-xe

A couple of simple cleanup/fixes for uC management, plus the addition of
overrides for the FWs.

v2: add renaming of guc_submission_enabled() to uc_enabled()
v3: rebase on s/XE_WARN_ON/xe_assert

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

Daniele Ceraolo Spurio (3):
  drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
  drm/xe/uc: Fix uC status tracking
  drm/xe/uc: Add GuC/HuC firmware path overrides

 drivers/gpu/drm/xe/xe_device.h     |  2 +-
 drivers/gpu/drm/xe/xe_exec_queue.c |  2 +-
 drivers/gpu/drm/xe/xe_execlist.c   |  6 ++---
 drivers/gpu/drm/xe/xe_ggtt.c       |  2 +-
 drivers/gpu/drm/xe/xe_gt.c         |  4 +--
 drivers/gpu/drm/xe/xe_guc.c        |  3 +++
 drivers/gpu/drm/xe/xe_guc_pc.c     |  2 +-
 drivers/gpu/drm/xe/xe_guc_submit.c |  4 +--
 drivers/gpu/drm/xe/xe_huc.c        | 15 +++++------
 drivers/gpu/drm/xe/xe_hw_engine.c  |  4 +--
 drivers/gpu/drm/xe/xe_irq.c        |  2 +-
 drivers/gpu/drm/xe/xe_module.c     | 10 +++++++
 drivers/gpu/drm/xe/xe_module.h     |  2 ++
 drivers/gpu/drm/xe/xe_uc.c         | 24 ++++++++++-------
 drivers/gpu/drm/xe/xe_uc_fw.c      | 42 +++++++++++++++++++++++++-----
 drivers/gpu/drm/xe/xe_wopcm.c      |  3 +--
 16 files changed, 87 insertions(+), 40 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-09-14 19:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 23:28 [Intel-xe] [PATCH v3 0/3] uC management cleanup Daniele Ceraolo Spurio
2023-09-13 23:28 ` [Intel-xe] [PATCH v3 1/3] drm/xe/uc: Rename guc_submission_enabled() to uc_enabled() Daniele Ceraolo Spurio
2023-09-14 15:36   ` Matthew Brost
2023-09-13 23:28 ` [Intel-xe] [PATCH v3 2/3] drm/xe/uc: Fix uC status tracking Daniele Ceraolo Spurio
2023-09-13 23:28 ` [Intel-xe] [PATCH v3 3/3] drm/xe/uc: Add GuC/HuC firmware path overrides Daniele Ceraolo Spurio
2023-09-14  7:53   ` Jani Nikula
2023-09-14 14:02     ` Rodrigo Vivi
2023-09-14 14:22       ` Jani Nikula
2023-09-14 19:01         ` John Harrison
2023-09-14  0:01 ` [Intel-xe] ✓ CI.Patch_applied: success for uC management cleanup (rev2) Patchwork
2023-09-14  0:01 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-14  0:02 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-14  0:09 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-14  0:10 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-14  0:11 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-09-14  0:43 ` [Intel-xe] ✓ CI.BAT: " 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.