All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Huge PTE and scratch page updates
@ 2023-12-08 11:29 Thomas Hellström
  2023-12-08 11:29 ` [PATCH v2 1/2] drm/xe: Restrict huge PTEs to 1GiB Thomas Hellström
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas Hellström @ 2023-12-08 11:29 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Matt Roper

The first patch restricts encoding of huge PTEs to 1GiB and adds a define
for the maximum level for which huge PTEs are available.

The second patch replaces scratch PTEs with NULL PTEs.

Cc: Brian Welty <brian.welty@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>

Thomas Hellström (2):
  drm/xe: Restrict huge PTEs to 1GiB
  drm/xe: Use NULL PTEs as scratch PTEs

 drivers/gpu/drm/xe/xe_pt.c       | 68 +++++---------------------
 drivers/gpu/drm/xe/xe_pt.h       |  6 +--
 drivers/gpu/drm/xe/xe_vm.c       | 84 ++++++++++++++++++++++----------
 drivers/gpu/drm/xe/xe_vm.h       | 11 +++++
 drivers/gpu/drm/xe/xe_vm_types.h |  1 -
 5 files changed, 82 insertions(+), 88 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-12-09 15:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 11:29 [PATCH v2 0/2] Huge PTE and scratch page updates Thomas Hellström
2023-12-08 11:29 ` [PATCH v2 1/2] drm/xe: Restrict huge PTEs to 1GiB Thomas Hellström
2023-12-08 12:30   ` Matthew Brost
2023-12-08 19:35   ` Welty, Brian
2023-12-08 11:29 ` [PATCH v2 2/2] drm/xe: Use NULL PTEs as scratch PTEs Thomas Hellström
2023-12-08 19:37   ` Welty, Brian
2023-12-09 15:13     ` Thomas Hellström
2023-12-08 18:53 ` ✗ CI.Patch_applied: failure for Huge PTE and scratch page updates 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.