Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/4] Xe Core preparation for rebasing on drm-tip/drm-tip
@ 2023-09-29 20:44 Rodrigo Vivi
  2023-09-29 20:44 ` [Intel-xe] [PATCH 1/4] drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm Rodrigo Vivi
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Rodrigo Vivi @ 2023-09-29 20:44 UTC (permalink / raw)
  To: intel-xe; +Cc: Rodrigo Vivi

When rebasing on this week's drm-tip, I noticed that gpuva_manager
was renamed to gpuvm. With this I needed to tweak some core patches.

Here is more informative. And the result final that I am about to
push is at
https://gitlab.freedesktop.org/rodrigovivi/drm-xe/-/commits/drm-xe-next-rebase-ww39-t6

Thanks,
Rodrigo.

Danilo Krummrich (1):
  drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm

Rodrigo Vivi (3):
  fixup! drm/xe: Port Xe to GPUVA
  fixup! drm/xe: Fix array of binds
  fixup! drm/xe: Rework xe_exec and the VM rebind worker to use the
    drm_exec helper

 drivers/gpu/drm/Makefile                      |   2 +-
 drivers/gpu/drm/drm_debugfs.c                 |  16 +-
 .../gpu/drm/{drm_gpuva_mgr.c => drm_gpuvm.c}  | 404 +++++++++---------
 drivers/gpu/drm/nouveau/nouveau_exec.c        |   2 +-
 drivers/gpu/drm/nouveau/nouveau_uvmm.c        |  28 +-
 drivers/gpu/drm/nouveau/nouveau_uvmm.h        |   6 +-
 drivers/gpu/drm/xe/Kconfig                    |   2 +
 drivers/gpu/drm/xe/xe_vm.c                    |  32 +-
 drivers/gpu/drm/xe/xe_vm.h                    |   4 +-
 drivers/gpu/drm/xe/xe_vm_madvise.c            |   2 +-
 drivers/gpu/drm/xe/xe_vm_types.h              |   6 +-
 include/drm/drm_debugfs.h                     |   6 +-
 include/drm/{drm_gpuva_mgr.h => drm_gpuvm.h}  | 155 ++++---
 13 files changed, 333 insertions(+), 332 deletions(-)
 rename drivers/gpu/drm/{drm_gpuva_mgr.c => drm_gpuvm.c} (78%)
 rename include/drm/{drm_gpuva_mgr.h => drm_gpuvm.h} (78%)

-- 
2.41.0


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-29 20:44 [Intel-xe] [PATCH 0/4] Xe Core preparation for rebasing on drm-tip/drm-tip Rodrigo Vivi
2023-09-29 20:44 ` [Intel-xe] [PATCH 1/4] drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm Rodrigo Vivi
2023-09-29 20:44 ` [Intel-xe] [PATCH 2/4] fixup! drm/xe: Port Xe to GPUVA Rodrigo Vivi
2023-10-02 14:01   ` Thomas Hellström
2023-09-29 20:44 ` [Intel-xe] [PATCH 3/4] fixup! drm/xe: Fix array of binds Rodrigo Vivi
2023-10-02 14:02   ` Thomas Hellström
2023-09-29 20:44 ` [Intel-xe] [PATCH 4/4] fixup! drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helper Rodrigo Vivi
2023-10-02 14:03   ` Thomas Hellström
2023-09-29 23:03 ` [Intel-xe] ✗ CI.Patch_applied: failure for Xe Core preparation for rebasing on drm-tip/drm-tip Patchwork

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