Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] VF: Small updates around GGTT handling
@ 2025-06-02 10:33 Michal Wajdeczko
  2025-06-02 10:33 ` [PATCH 1/3] drm/xe/vf: Introduce helpers to access GGTT configuration Michal Wajdeczko
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Michal Wajdeczko @ 2025-06-02 10:33 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-06-04 12:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 10:33 [PATCH 0/3] VF: Small updates around GGTT handling Michal Wajdeczko
2025-06-02 10:33 ` [PATCH 1/3] drm/xe/vf: Introduce helpers to access GGTT configuration Michal Wajdeczko
2025-06-02 23:32   ` Lis, Tomasz
2025-06-03 10:28     ` Michal Wajdeczko
2025-06-04  9:36   ` Maarten Lankhorst
2025-06-04 12:10     ` Michal Wajdeczko
2025-06-02 10:33 ` [PATCH 2/3] drm/xe/vf: Move tile-related VF functions to separate file Michal Wajdeczko
2025-06-02 23:32   ` Lis, Tomasz
2025-06-03 10:33     ` Michal Wajdeczko
2025-06-02 10:33 ` [PATCH 3/3] drm/xe/vf: Add sanity check for GGTT configuration Michal Wajdeczko
2025-06-02 14:09   ` K V P, Satyanarayana
2025-06-02 10:38 ` ✓ CI.Patch_applied: success for VF: Small updates around GGTT handling Patchwork
2025-06-02 10:39 ` ✗ CI.checkpatch: warning " Patchwork
2025-06-02 10:40 ` ✓ CI.KUnit: success " Patchwork
2025-06-02 10:50 ` ✓ CI.Build: " Patchwork
2025-06-02 10:53 ` ✓ CI.Hooks: " Patchwork
2025-06-02 10:54 ` ✓ CI.checksparse: " Patchwork
2025-06-02 11:19 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-02 16:07 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-02 17:32   ` Michal Wajdeczko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox