[Intel-xe] [PATCH 0/2] Killing the undesired drm_pt_walk
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon May 1 19:03:12 UTC 2023
This work was done by Thomas, but was stuck in our backlog:
https://lore.kernel.org/all/20230306131738.197862-1-thomas.hellstrom@linux.intel.com/
I'm resending for a quick CI, although I have validated locally on my DG2 here.
I also reformated it to be a fixup! that I can autosquash on rebase.
Then I'm going to push and do a clean-up rebase today.
The goal is to minimize the changes in the original Xe patches so Oded
can start the broader review.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Oded Gabbay <ogabbay at kernel.org>
Rodrigo Vivi (2):
Revert "drm: Add a gpu page-table walker helper"
fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
drivers/gpu/drm/Makefile | 1 -
drivers/gpu/drm/drm_pt_walk.c | 159 ------------------------------
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/xe_pt.c | 110 ++++++++++-----------
drivers/gpu/drm/xe/xe_pt_types.h | 4 +-
include/drm/drm_pt_walk.h | 161 -------------------------------
6 files changed, 56 insertions(+), 380 deletions(-)
delete mode 100644 drivers/gpu/drm/drm_pt_walk.c
delete mode 100644 include/drm/drm_pt_walk.h
--
2.39.2
More information about the Intel-xe
mailing list