[PATCH 0/3] Add proper detection of the SR-IOV VF mode

Michal Wajdeczko michal.wajdeczko at intel.com
Wed Mar 27 18:27:37 UTC 2024


SR-IOV VF mode detection is based on testing VF capability bit on
the register that is accessible from both the PF and enabled VFs.

Michal Wajdeczko (3):
  drm/xe: Separate pure MMIO init from VRAM checkout
  drm/xe: Move SR-IOV probe to xe_device_probe_early()
  drm/xe/vf: Add proper detection of the SR-IOV VF mode

 drivers/gpu/drm/xe/regs/xe_sriov_regs.h |  3 ++
 drivers/gpu/drm/xe/xe_device.c          |  4 +-
 drivers/gpu/drm/xe/xe_mmio.c            | 59 ++++++++++---------------
 drivers/gpu/drm/xe/xe_mmio.h            |  2 +-
 drivers/gpu/drm/xe/xe_pci.c             |  2 -
 drivers/gpu/drm/xe/xe_sriov.c           | 21 +++++++--
 drivers/gpu/drm/xe/xe_sriov.h           |  2 +-
 7 files changed, 49 insertions(+), 44 deletions(-)

-- 
2.43.0



More information about the Intel-xe mailing list