[PATCH 0/3] VF: Small updates around GGTT handling

Michal Wajdeczko michal.wajdeczko at intel.com
Mon Jun 2 10:33:22 UTC 2025


Move VF GGTT functions to a separate file and add some more checks.

Michal Wajdeczko (3):
  drm/xe/vf: Introduce helpers to access GGTT configuration
  drm/xe/vf: Move tile-related VF functions to separate file
  drm/xe/vf: Add sanity check for GGTT configuration

 drivers/gpu/drm/xe/Makefile           |   3 +-
 drivers/gpu/drm/xe/xe_ggtt.c          |   4 +-
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c   | 279 ++++----------------------
 drivers/gpu/drm/xe/xe_gt_sriov_vf.h   |   9 +-
 drivers/gpu/drm/xe/xe_sriov_vf.c      |   3 +-
 drivers/gpu/drm/xe/xe_tile_sriov_vf.c | 254 +++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_tile_sriov_vf.h |  18 ++
 7 files changed, 316 insertions(+), 254 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_tile_sriov_vf.c
 create mode 100644 drivers/gpu/drm/xe/xe_tile_sriov_vf.h

-- 
2.47.1



More information about the Intel-xe mailing list