-
- Downloads
drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm
Rename struct drm_gpuva_manager to struct drm_gpuvm including corresponding functions. This way the GPUVA manager's structures align very well with the documentation of VM_BIND [1] and VM_BIND locking [2]. It also provides a better foundation for the naming of data structures and functions introduced for implementing a common dma-resv per GPU-VM including tracking of external and evicted objects in subsequent patches. [1] Documentation/gpu/drm-vm-bind-async.rst [2] Documentation/gpu/drm-vm-bind-locking.rst Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Acked-by:Dave Airlie <airlied@redhat.com> Acked-by:
Christian König <christian.koenig@amd.com> Signed-off-by:
Danilo Krummrich <dakr@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230920144343.64830-2-dakr@redhat.com
Showing
- drivers/gpu/drm/Makefile 1 addition, 1 deletiondrivers/gpu/drm/Makefile
- drivers/gpu/drm/drm_debugfs.c 8 additions, 8 deletionsdrivers/gpu/drm/drm_debugfs.c
- drivers/gpu/drm/drm_gpuvm.c 202 additions, 202 deletionsdrivers/gpu/drm/drm_gpuvm.c
- drivers/gpu/drm/nouveau/nouveau_exec.c 1 addition, 1 deletiondrivers/gpu/drm/nouveau/nouveau_exec.c
- drivers/gpu/drm/nouveau/nouveau_uvmm.c 14 additions, 14 deletionsdrivers/gpu/drm/nouveau/nouveau_uvmm.c
- drivers/gpu/drm/nouveau/nouveau_uvmm.h 3 additions, 3 deletionsdrivers/gpu/drm/nouveau/nouveau_uvmm.h
- include/drm/drm_debugfs.h 3 additions, 3 deletionsinclude/drm/drm_debugfs.h
- include/drm/drm_gpuvm.h 77 additions, 78 deletionsinclude/drm/drm_gpuvm.h
Loading
Please register or sign in to comment