All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/3] Move the page-table walker
@ 2023-03-06 13:17 Thomas Hellström
  2023-03-06 13:17 ` [Intel-xe] [PATCH 1/3] drm/xe: Add a " Thomas Hellström
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Hellström @ 2023-03-06 13:17 UTC (permalink / raw)
  To: intel-xe

Move the page-table walker to the xe subdirectory.
These patches should not be applied on top of drm-xe-next, but rather
squashed at relevant sites in the branch

Thomas Hellström (3):
  drm/xe: Add a page-table walker
  drm/xe: Use the xe page table walker rather than the drm one.
  Revert "drm: Add a gpu page-table walker helper"

 drivers/gpu/drm/Makefile                      |   1 -
 drivers/gpu/drm/xe/Makefile                   |   1 +
 drivers/gpu/drm/xe/xe_pt.c                    | 110 +++++++++---------
 drivers/gpu/drm/xe/xe_pt_types.h              |   4 +-
 .../drm/{drm_pt_walk.c => xe/xe_pt_walk.c}    |  55 ++++-----
 .../gpu/drm/xe/xe_pt_walk.h                   |  70 +++++------
 6 files changed, 119 insertions(+), 122 deletions(-)
 rename drivers/gpu/drm/{drm_pt_walk.c => xe/xe_pt_walk.c} (71%)
 rename include/drm/drm_pt_walk.h => drivers/gpu/drm/xe/xe_pt_walk.h (65%)

-- 
2.39.2


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

end of thread, other threads:[~2023-03-06 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06 13:17 [Intel-xe] [PATCH 0/3] Move the page-table walker Thomas Hellström
2023-03-06 13:17 ` [Intel-xe] [PATCH 1/3] drm/xe: Add a " Thomas Hellström
2023-03-06 13:17 ` [Intel-xe] [PATCH 2/3] drm/xe: Use the xe page table walker rather than the drm one Thomas Hellström
2023-03-06 13:17 ` [Intel-xe] [PATCH 3/3] Revert "drm: Add a gpu page-table walker helper" Thomas Hellström
2023-03-06 13:20 ` [Intel-xe] ✓ CI.Patch_applied: success for Move the page-table walker Patchwork
2023-03-06 13:21 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.