Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB
@ 2024-11-16  2:12 Tomasz Lis
  2024-11-16  2:12 ` [PATCH v2 1/3] drm/drm_mm: Safe macro for iterating through nodes in range Tomasz Lis
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Tomasz Lis @ 2024-11-16  2:12 UTC (permalink / raw)
  To: intel-xe
  Cc: Michał Winiarski, Michał Wajdeczko,
	Piotr Piórkowski

To support VF Migration, it is necessary to do fixups to any
non-virtualized resources. These fixups need to be applied within
VM, on the KMD working with VF.

This series adds two fixup functions to the recovery worker:
* for fixing drm_mm nodes which represent GGTT allocations
* for fixing content of outgoing CTB buffer

v2: Fixed missing include, made checkpatch happy

Tomasz Lis (3):
  drm/drm_mm: Safe macro for iterating through nodes in range
  drm/xe/sriov: Shifting GGTT area post migration
  drm/xe/vf: Fixup CTB send buffer messages after migration

 drivers/gpu/drm/xe/xe_gt_sriov_vf.c       | 177 ++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_vf.h       |   1 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf_types.h |   2 +
 drivers/gpu/drm/xe/xe_guc_ct.c            | 146 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_guc_ct.h            |   2 +
 drivers/gpu/drm/xe/xe_sriov_vf.c          |  27 ++++
 include/drm/drm_mm.h                      |  19 +++
 7 files changed, 374 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2024-11-23  2:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16  2:12 [PATCH v2 0/3] drm/xe/vf: Post-migration recovery of GGTT nodes and CTB Tomasz Lis
2024-11-16  2:12 ` [PATCH v2 1/3] drm/drm_mm: Safe macro for iterating through nodes in range Tomasz Lis
2024-11-16 18:29   ` Michal Wajdeczko
2024-11-16  2:12 ` [PATCH v2 2/3] drm/xe/sriov: Shifting GGTT area post migration Tomasz Lis
2024-11-16 19:29   ` Michal Wajdeczko
2024-11-23  2:38     ` Lis, Tomasz
2024-11-16  2:12 ` [PATCH v2 3/3] drm/xe/vf: Fixup CTB send buffer messages after migration Tomasz Lis
2024-11-16 20:01   ` Michal Wajdeczko
2024-11-23  2:49     ` Lis, Tomasz
2024-11-16  2:17 ` ✓ CI.Patch_applied: success for drm/xe/vf: Post-migration recovery of GGTT nodes and CTB (rev2) Patchwork
2024-11-16  2:17 ` ✗ CI.checkpatch: warning " Patchwork
2024-11-16  2:18 ` ✓ CI.KUnit: success " Patchwork
2024-11-16  2:36 ` ✓ CI.Build: " Patchwork
2024-11-16  2:36 ` ✗ CI.Hooks: failure " Patchwork
2024-11-16  2:38 ` ✗ CI.checksparse: warning " Patchwork
2024-11-16  2:57 ` ✓ CI.BAT: success " Patchwork

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