Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PF: Update auto-provisioning
@ 2025-10-15  9:12 Michal Wajdeczko
  2025-10-15  9:12 ` [PATCH 1/4] drm/xe/pf: Promote VFs provisioning helpers Michal Wajdeczko
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Michal Wajdeczko @ 2025-10-15  9:12 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

This is a small preparation step before we introduce sysfs based
provisioning.

Michal Wajdeczko (4):
  drm/xe/pf: Promote VFs provisioning helpers
  drm/xe/pf: Automatically provision VFs only in auto-mode
  drm/xe/pf: Disable auto-provisioning if changed using debugfs
  drm/xe/pf: Allow to restore auto-provisioning mode

 drivers/gpu/drm/xe/Makefile                   |   1 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c   |   7 +
 drivers/gpu/drm/xe/xe_pci_sriov.c             |  45 +----
 drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c      |  63 +++++++
 drivers/gpu/drm/xe/xe_sriov_pf_helpers.h      |  11 ++
 drivers/gpu/drm/xe/xe_sriov_pf_provision.c    | 154 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_sriov_pf_provision.h    |  31 ++++
 .../gpu/drm/xe/xe_sriov_pf_provision_types.h  |  36 ++++
 drivers/gpu/drm/xe/xe_sriov_pf_types.h        |   4 +
 drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c |   3 +
 10 files changed, 314 insertions(+), 41 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_sriov_pf_provision.c
 create mode 100644 drivers/gpu/drm/xe/xe_sriov_pf_provision.h
 create mode 100644 drivers/gpu/drm/xe/xe_sriov_pf_provision_types.h

-- 
2.47.1


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

end of thread, other threads:[~2025-10-20 11:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  9:12 [PATCH 0/4] PF: Update auto-provisioning Michal Wajdeczko
2025-10-15  9:12 ` [PATCH 1/4] drm/xe/pf: Promote VFs provisioning helpers Michal Wajdeczko
2025-10-15 13:00   ` Piotr Piórkowski
2025-10-16 11:33     ` Michal Wajdeczko
2025-10-15  9:12 ` [PATCH 2/4] drm/xe/pf: Automatically provision VFs only in auto-mode Michal Wajdeczko
2025-10-15 16:30   ` Piotr Piórkowski
2025-10-15  9:12 ` [PATCH 3/4] drm/xe/pf: Disable auto-provisioning if changed using debugfs Michal Wajdeczko
2025-10-16 15:26   ` Piotr Piórkowski
2025-10-15  9:12 ` [PATCH 4/4] drm/xe/pf: Allow to restore auto-provisioning mode Michal Wajdeczko
2025-10-16 15:46   ` Piotr Piórkowski
2025-10-15 12:10 ` ✗ CI.checkpatch: warning for PF: Update auto-provisioning Patchwork
2025-10-15 12:11 ` ✓ CI.KUnit: success " Patchwork
2025-10-15 13:07 ` ✓ Xe.CI.BAT: " Patchwork
2025-10-15 22:12 ` ✗ Xe.CI.Full: failure " Patchwork
2025-10-16 10:55   ` Michal Wajdeczko
2025-10-20  9:49     ` Bernatowicz, Marcin
2025-10-20 11:08       ` Bernatowicz, Marcin

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