Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Wajdeczko <michal.wajdeczko@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Subject: [PATCH 0/4] PF: Update auto-provisioning
Date: Wed, 15 Oct 2025 11:12:05 +0200	[thread overview]
Message-ID: <20251015091211.592-1-michal.wajdeczko@intel.com> (raw)

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


             reply	other threads:[~2025-10-15  9:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15  9:12 Michal Wajdeczko [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251015091211.592-1-michal.wajdeczko@intel.com \
    --to=michal.wajdeczko@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox