From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Subject: [Intel-xe] [PATCH 0/3] Move the page-table walker
Date: Mon, 6 Mar 2023 14:17:35 +0100 [thread overview]
Message-ID: <20230306131738.197862-1-thomas.hellstrom@linux.intel.com> (raw)
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
next reply other threads:[~2023-03-06 13:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-06 13:17 Thomas Hellström [this message]
2023-03-06 13:17 ` [Intel-xe] [PATCH 1/3] drm/xe: Add a page-table walker 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230306131738.197862-1-thomas.hellstrom@linux.intel.com \
--to=thomas.hellstrom@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.