All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] PF: Add support to configure GuC SR-IOV policies
@ 2024-04-10 12:31 Michal Wajdeczko
  2024-04-10 12:31 ` [PATCH 1/5] drm/xe/pf: Introduce mutex to protect VFs configurations Michal Wajdeczko
                   ` (12 more replies)
  0 siblings, 13 replies; 22+ messages in thread
From: Michal Wajdeczko @ 2024-04-10 12:31 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

Michal Wajdeczko (5):
  drm/xe/pf: Introduce mutex to protect VFs configurations
  drm/xe/pf: Introduce helper functions for use by PF
  drm/xe/guc: Add PF2GUC_UPDATE_VGT_POLICY to ABI
  drm/xe/guc: Add helpers for GuC KLVs
  drm/xe/pf: Add support to configure GuC SR-IOV policies

 drivers/gpu/drm/xe/Makefile                   |   2 +
 .../gpu/drm/xe/abi/guc_actions_sriov_abi.h    |  47 ++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_helpers.h   |  35 ++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c    | 417 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.h    |  25 ++
 .../gpu/drm/xe/xe_gt_sriov_pf_policy_types.h  |  31 ++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_types.h     |  21 +
 drivers/gpu/drm/xe/xe_gt_types.h              |   7 +
 drivers/gpu/drm/xe/xe_guc_klv_helpers.c       | 134 ++++++
 drivers/gpu/drm/xe/xe_guc_klv_helpers.h       |  51 +++
 drivers/gpu/drm/xe/xe_sriov.c                 |   7 +
 drivers/gpu/drm/xe/xe_sriov_pf.c              |  15 +
 drivers/gpu/drm/xe/xe_sriov_pf.h              |   6 +
 drivers/gpu/drm/xe/xe_sriov_pf_helpers.h      |  46 ++
 drivers/gpu/drm/xe/xe_sriov_types.h           |   4 +
 15 files changed, 848 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_helpers.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_policy.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_policy_types.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_types.h
 create mode 100644 drivers/gpu/drm/xe/xe_guc_klv_helpers.c
 create mode 100644 drivers/gpu/drm/xe/xe_guc_klv_helpers.h
 create mode 100644 drivers/gpu/drm/xe/xe_sriov_pf_helpers.h

-- 
2.43.0


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

end of thread, other threads:[~2024-04-10 16:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 12:31 [PATCH 0/5] PF: Add support to configure GuC SR-IOV policies Michal Wajdeczko
2024-04-10 12:31 ` [PATCH 1/5] drm/xe/pf: Introduce mutex to protect VFs configurations Michal Wajdeczko
2024-04-10 15:54   ` Piotr Piórkowski
2024-04-10 12:31 ` [PATCH 2/5] drm/xe/pf: Introduce helper functions for use by PF Michal Wajdeczko
2024-04-10 15:58   ` Piotr Piórkowski
2024-04-10 12:31 ` [PATCH 3/5] drm/xe/guc: Add PF2GUC_UPDATE_VGT_POLICY to ABI Michal Wajdeczko
2024-04-10 16:02   ` Piotr Piórkowski
2024-04-10 12:31 ` [PATCH 4/5] drm/xe/guc: Add helpers for GuC KLVs Michal Wajdeczko
2024-04-10 13:26   ` Ghimiray, Himal Prasad
2024-04-10 15:30   ` Piotr Piórkowski
2024-04-10 15:47     ` Michal Wajdeczko
2024-04-10 12:31 ` [PATCH 5/5] drm/xe/pf: Add support to configure GuC SR-IOV policies Michal Wajdeczko
2024-04-10 15:46   ` Piotr Piórkowski
2024-04-10 16:00     ` Michal Wajdeczko
2024-04-10 12:44 ` ✓ CI.Patch_applied: success for PF: " Patchwork
2024-04-10 12:45 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-10 12:45 ` ✓ CI.KUnit: success " Patchwork
2024-04-10 12:57 ` ✓ CI.Build: " Patchwork
2024-04-10 12:59 ` ✗ CI.Hooks: failure " Patchwork
2024-04-10 13:01 ` ✓ CI.checksparse: success " Patchwork
2024-04-10 13:27 ` ✓ CI.BAT: " Patchwork
2024-04-10 16:55 ` ✗ CI.FULL: failure " 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.