✓ CI.checkpatch: success for Enable non-contiguous VRAM access in Xe
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 17 23:44:36 UTC 2024
== Series Details ==
Series: Enable non-contiguous VRAM access in Xe
URL : https://patchwork.freedesktop.org/series/140137/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 059ed38928264deecdac2b2c06585e0b49e69a07
Author: Matthew Brost <matthew.brost at intel.com>
Date: Thu Oct 17 16:39:40 2024 -0700
drm/ttm, drm/xe: Add ttm_bo_access
Non-contiguous VRAM cannot be mapped in Xe nor can non-visible VRAM
easily be accessed. Add ttm_bo_access, which is similar to
ttm_bo_vm_access, to access such memory.
Visible VRAM access is only supported at the momement but a follow up
can add GPU access to non-visible VRAM.
Suggested-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 4a1a4fc678a06046ca0443a2d0d61f2174c56b1d drm-intel
059ed3892826 drm/ttm, drm/xe: Add ttm_bo_access
More information about the Intel-xe
mailing list