Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add support for VF to query its configuration
@ 2024-05-12 15:49 Michal Wajdeczko
  2024-05-12 15:49 ` [PATCH 1/6] drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI Michal Wajdeczko
                   ` (13 more replies)
  0 siblings, 14 replies; 24+ messages in thread
From: Michal Wajdeczko @ 2024-05-12 15:49 UTC (permalink / raw)
  To: intel-xe

Michal Wajdeczko (6):
  drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI
  drm/xe/guc: Add VF2GUC_VF_RESET to ABI
  drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV to ABI
  drm/xe/vf: Add support for VF to query its configuration
  drm/xe/vf: Custom hardware config load step if VF
  drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs

 drivers/gpu/drm/xe/Makefile                   |   2 +
 .../gpu/drm/xe/abi/guc_actions_sriov_abi.h    | 160 ++++
 drivers/gpu/drm/xe/xe_gt_debugfs.c            |   3 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c           | 747 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_vf.h           |  23 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.c   |  72 ++
 drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.h   |  14 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h     |  82 ++
 drivers/gpu/drm/xe/xe_gt_types.h              |   3 +
 drivers/gpu/drm/xe/xe_guc.c                   |  36 +
 10 files changed, 1142 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_vf.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_vf.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_vf_debugfs.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h

-- 
2.43.0


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

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

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-12 15:49 [PATCH 0/6] Add support for VF to query its configuration Michal Wajdeczko
2024-05-12 15:49 ` [PATCH 1/6] drm/xe/guc: Add VF2GUC_MATCH_VERSION to ABI Michal Wajdeczko
2024-05-14 12:47   ` Piotr Piórkowski
2024-05-14 12:56     ` Piotr Piórkowski
2024-05-14 16:05     ` Michal Wajdeczko
2024-05-12 15:49 ` [PATCH 2/6] drm/xe/guc: Add VF2GUC_VF_RESET " Michal Wajdeczko
2024-05-14 12:59   ` Piotr Piórkowski
2024-05-12 15:49 ` [PATCH 3/6] drm/xe/guc: Add VF2GUC_QUERY_SINGLE_KLV " Michal Wajdeczko
2024-05-16  7:17   ` Piotr Piórkowski
2024-05-12 15:49 ` [PATCH 4/6] drm/xe/vf: Add support for VF to query its configuration Michal Wajdeczko
2024-05-16 10:08   ` Piotr Piórkowski
2024-05-16 10:26     ` Michal Wajdeczko
2024-05-12 15:49 ` [PATCH 5/6] drm/xe/vf: Custom hardware config load step if VF Michal Wajdeczko
2024-05-16 10:11   ` Piotr Piórkowski
2024-05-12 15:49 ` [PATCH 6/6] drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs Michal Wajdeczko
2024-05-16 10:19   ` Piotr Piórkowski
2024-05-13  8:08 ` ✓ CI.Patch_applied: success for Add support for VF to query its configuration Patchwork
2024-05-13  8:09 ` ✗ CI.checkpatch: warning " Patchwork
2024-05-13  8:10 ` ✓ CI.KUnit: success " Patchwork
2024-05-13  8:21 ` ✓ CI.Build: " Patchwork
2024-05-13  8:24 ` ✗ CI.Hooks: failure " Patchwork
2024-05-13  8:25 ` ✓ CI.checksparse: success " Patchwork
2024-05-13  8:47 ` ✓ CI.BAT: " Patchwork
2024-05-13  9:47 ` ✓ CI.FULL: " Patchwork

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