[PATCH 0/2] Minimal support for VF state management

Michal Wajdeczko michal.wajdeczko at intel.com
Tue Mar 26 19:15:16 UTC 2024


Add minimal support for VF_CONTROL and VF_STATE_NOTIFY messages that
are used by the PF and GuC for the VF state management.

Michal Wajdeczko (2):
  drm/xe/guc: Add VF_STATE_NOTIFY and VF_CONTROL to ABI
  drm/xe/pf: Add minimal support for VF_STATE_NOTIFY events

 drivers/gpu/drm/xe/Makefile                   |   1 +
 .../gpu/drm/xe/abi/guc_actions_sriov_abi.h    |  94 +++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c   | 257 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_control.h   |  27 ++
 drivers/gpu/drm/xe/xe_guc_ct.c                |   5 +
 5 files changed, 384 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_control.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_control.h

-- 
2.43.0



More information about the Intel-xe mailing list