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

v2: kernel-doc fix for PF helper (CI.Hooks)
    typo in GuC ABI doc (Piotr)
    prefer xe_map_memcpy_to (Piotr)
    fix xe_device_mem_access_put (Piotr)

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] 16+ messages in thread

end of thread, other threads:[~2024-04-11  9:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 17:03 [PATCH v2 0/5] PF: Add support to configure GuC SR-IOV policies Michal Wajdeczko
2024-04-10 17:03 ` [PATCH v2 1/5] drm/xe/pf: Introduce mutex to protect VFs configurations Michal Wajdeczko
2024-04-10 17:03 ` [PATCH v2 2/5] drm/xe/pf: Introduce helper functions for use by PF Michal Wajdeczko
2024-04-10 17:03 ` [PATCH v2 3/5] drm/xe/guc: Add PF2GUC_UPDATE_VGT_POLICY to ABI Michal Wajdeczko
2024-04-10 17:03 ` [PATCH v2 4/5] drm/xe/guc: Add helpers for GuC KLVs Michal Wajdeczko
2024-04-10 17:03 ` [PATCH v2 5/5] drm/xe/pf: Add support to configure GuC SR-IOV policies Michal Wajdeczko
2024-04-11  8:59   ` Piotr Piórkowski
2024-04-10 17:08 ` ✓ CI.Patch_applied: success for PF: Add support to configure GuC SR-IOV policies (rev2) Patchwork
2024-04-10 17:09 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-10 17:10 ` ✓ CI.KUnit: success " Patchwork
2024-04-10 17:22 ` ✓ CI.Build: " Patchwork
2024-04-10 17:25 ` ✓ CI.Hooks: " Patchwork
2024-04-10 17:28 ` ✓ CI.checksparse: " Patchwork
2024-04-10 17:59 ` ✓ CI.BAT: " Patchwork
2024-04-11  1:50 ` ✗ CI.FULL: failure " Patchwork
2024-04-11  9:26   ` Michal Wajdeczko

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