Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v5 0/6] GPUVA with no uAPI changes
@ 2023-07-08  6:43 Matthew Brost
  2023-07-08  6:43 ` [Intel-xe] [PATCH v5 1/6] drm/xe: Ban a VM if rebind worker hits an error Matthew Brost
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Matthew Brost @ 2023-07-08  6:43 UTC (permalink / raw)
  To: intel-xe

The patches from [1] rebased + address review feedback which do not
include uAPI changes. 

[1] https://patchwork.freedesktop.org/series/117156/

v2: Fix build error
v3: Fix lockdep splat CI caught
v4: Fix build error
v5: Pull in latest GPUVA versions

Danilo Krummrich (2):
  drm: manager to keep track of GPUs VA mappings
  drm: debugfs: provide infrastructure to dump a DRM GPU VA space

Matthew Brost (4):
  drm/xe: Ban a VM if rebind worker hits an error
  drm/xe: Add helpers to hide struct xe_vma internals
  drm/xe: Remove __xe_vm_bind forward declaration
  drm/xe: Port Xe to GPUVA

 Documentation/gpu/drm-mm.rst                |   36 +
 drivers/gpu/drm/Makefile                    |    1 +
 drivers/gpu/drm/drm_debugfs.c               |   40 +
 drivers/gpu/drm/drm_gem.c                   |    3 +
 drivers/gpu/drm/drm_gpuva_mgr.c             | 1743 ++++++++++++++++
 drivers/gpu/drm/xe/tests/xe_migrate.c       |    2 +-
 drivers/gpu/drm/xe/xe_bo.c                  |    9 +-
 drivers/gpu/drm/xe/xe_device.c              |    2 +-
 drivers/gpu/drm/xe/xe_engine.c              |   13 +
 drivers/gpu/drm/xe/xe_exec.c                |    8 +-
 drivers/gpu/drm/xe/xe_gt_pagefault.c        |   23 +-
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c |   14 +-
 drivers/gpu/drm/xe/xe_migrate.c             |   10 +-
 drivers/gpu/drm/xe/xe_pt.c                  |  128 +-
 drivers/gpu/drm/xe/xe_pt.h                  |    2 +-
 drivers/gpu/drm/xe/xe_trace.h               |   15 +-
 drivers/gpu/drm/xe/xe_vm.c                  | 1973 +++++++++----------
 drivers/gpu/drm/xe/xe_vm.h                  |  106 +-
 drivers/gpu/drm/xe/xe_vm_madvise.c          |   90 +-
 drivers/gpu/drm/xe/xe_vm_types.h            |  183 +-
 include/drm/drm_debugfs.h                   |   25 +
 include/drm/drm_drv.h                       |    6 +
 include/drm/drm_gem.h                       |   52 +
 include/drm/drm_gpuva_mgr.h                 |  763 +++++++
 24 files changed, 3993 insertions(+), 1254 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_gpuva_mgr.c
 create mode 100644 include/drm/drm_gpuva_mgr.h

-- 
2.34.1


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

end of thread, other threads:[~2023-07-10 17:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08  6:43 [Intel-xe] [PATCH v5 0/6] GPUVA with no uAPI changes Matthew Brost
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 1/6] drm/xe: Ban a VM if rebind worker hits an error Matthew Brost
2023-07-10 17:02   ` Thomas Hellström
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 2/6] drm/xe: Add helpers to hide struct xe_vma internals Matthew Brost
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 3/6] drm: manager to keep track of GPUs VA mappings Matthew Brost
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 4/6] drm: debugfs: provide infrastructure to dump a DRM GPU VA space Matthew Brost
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 5/6] drm/xe: Remove __xe_vm_bind forward declaration Matthew Brost
2023-07-08  6:43 ` [Intel-xe] [PATCH v5 6/6] drm/xe: Port Xe to GPUVA Matthew Brost
2023-07-08  6:46 ` [Intel-xe] ✓ CI.Patch_applied: success for GPUVA with no uAPI changes Patchwork
2023-07-08  6:47 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-08  6:47 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox