[PATCH 0/6] PF: Add support to configure SR-IOV VFs

Michal Wajdeczko michal.wajdeczko at intel.com
Sun Apr 14 19:01:31 UTC 2024


Michal Wajdeczko (6):
  drm/xe: Add helper to format SR-IOV function name
  drm/xe: Allow to assign GGTT region to the VF
  drm/xe: Add xe_ttm_vram_get_avail
  drm/xe/guc: Add PF2GUC_UPDATE_VF_CFG to ABI
  drm/xe/pf: Add SR-IOV PF specific early GT initialization
  drm/xe/pf: Add support to configure SR-IOV VFs

 drivers/gpu/drm/xe/Makefile                   |    2 +
 .../gpu/drm/xe/abi/guc_actions_sriov_abi.h    |   55 +
 drivers/gpu/drm/xe/regs/xe_gtt_defs.h         |    2 +
 drivers/gpu/drm/xe/xe_ggtt.c                  |   44 +
 drivers/gpu/drm/xe/xe_ggtt.h                  |    4 +
 drivers/gpu/drm/xe/xe_gt.c                    |    7 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf.c           |   52 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf.h           |   20 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c    | 1960 +++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.h    |   56 +
 .../gpu/drm/xe/xe_gt_sriov_pf_config_types.h  |   54 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf_types.h     |   13 +
 drivers/gpu/drm/xe/xe_sriov.c                 |   17 +
 drivers/gpu/drm/xe/xe_sriov.h                 |    1 +
 drivers/gpu/drm/xe/xe_ttm_vram_mgr.c          |   12 +
 drivers/gpu/drm/xe/xe_ttm_vram_mgr.h          |    1 +
 16 files changed, 2300 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.h
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_config_types.h

-- 
2.43.0



More information about the Intel-xe mailing list