Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [FOR-CI-DO-NOT-REVIEW-v3 00/12] Testing entire GGTT privatization preparation series.
@ 2026-01-09 13:37 Maarten Lankhorst
  2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal Maarten Lankhorst
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Maarten Lankhorst @ 2026-01-09 13:37 UTC (permalink / raw)
  To: intel-xe

Do not review, last version had some CI failures, but too old results so need a fresh run to debug.

Version 3 with bugfixes.

Maarten Lankhorst (12):
  drm/xe: Start using ggtt->start in preparation of balloon removal
  drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT
  drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
  drm/xe/display: Avoid dereferencing xe_ggtt_node
  drm/xe: Do not dereference ggtt_node in xe_bo.c
  drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
  drm/xe: Privatize xe_ggtt_node
  drm/xe: Make xe_ggtt_node offset relative to starting offset
  drm/xe: Rewrite GGTT VF initialisation
  drm/xe: Move struct xe_ggtt to xe_ggtt.c
  drm/xe: Make xe_ggtt_node_insert return a node
  drm/xe: Remove xe_ggtt_node_allocated

 .../gpu/drm/xe/compat-i915-headers/i915_vma.h |   4 +-
 drivers/gpu/drm/xe/display/xe_fb_pin.c        | 105 ++--
 drivers/gpu/drm/xe/display/xe_stolen.c        |   2 +-
 drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c   |   8 +-
 drivers/gpu/drm/xe/xe_bo.c                    |   6 +-
 drivers/gpu/drm/xe/xe_bo.h                    |   8 +-
 drivers/gpu/drm/xe/xe_device_types.h          |   2 -
 drivers/gpu/drm/xe/xe_ggtt.c                  | 493 ++++++++++--------
 drivers/gpu/drm/xe/xe_ggtt.h                  |  28 +-
 drivers/gpu/drm/xe/xe_ggtt_types.h            |  80 +--
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c    |  53 +-
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c           |   7 +-
 drivers/gpu/drm/xe/xe_tile_sriov_vf.c         | 198 +------
 drivers/gpu/drm/xe/xe_tile_sriov_vf.h         |   3 -
 14 files changed, 378 insertions(+), 619 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-01-09 17:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 13:37 [FOR-CI-DO-NOT-REVIEW-v3 00/12] Testing entire GGTT privatization preparation series Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 01/12] drm/xe: Start using ggtt->start in preparation of balloon removal Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 02/12] drm/xe: Convert xe_fb_pin to use a callback for insertion into GGTT Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 03/12] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 04/12] drm/xe/display: Avoid " Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 07/12] drm/xe: Privatize xe_ggtt_node Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 09/12] drm/xe: Rewrite GGTT VF initialisation Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 10/12] drm/xe: Move struct xe_ggtt to xe_ggtt.c Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 11/12] drm/xe: Make xe_ggtt_node_insert return a node Maarten Lankhorst
2026-01-09 13:37 ` [FOR-CI-DO-NOT-REVIEW-v3 12/12] drm/xe: Remove xe_ggtt_node_allocated Maarten Lankhorst
2026-01-09 13:44 ` ✗ CI.checkpatch: warning for Testing entire GGTT privatization preparation series. (rev4) Patchwork
2026-01-09 13:45 ` ✓ CI.KUnit: success " Patchwork
2026-01-09 14:22 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-01-09 17:57 ` ✗ Xe.CI.Full: " Patchwork

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