[Intel-xe] [PATCH 0/4] Xe Core preparation for rebasing on drm-tip/drm-tip

Rodrigo Vivi rodrigo.vivi at intel.com
Fri Sep 29 20:44:07 UTC 2023


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



More information about the Intel-xe mailing list