[PATCH v2 0/6] Add support for VF to query its configuration
Michal Wajdeczko
michal.wajdeczko at intel.com
Thu May 16 11:05:40 UTC 2024
v1: https://patchwork.freedesktop.org/series/133509/
v2: explicitly refer to MMIO HXG Message (Piotr)
use proper kernel-doc format (Piotr, CI.hooks)
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
More information about the Intel-xe
mailing list