[Intel-xe] [PATCH 0/3] Move the page-table walker

Thomas Hellström thomas.hellstrom at linux.intel.com
Mon Mar 6 13:17:35 UTC 2023


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



More information about the Intel-xe mailing list