✓ CI.checkpatch: success for Large devcoredump file support
Patchwork
patchwork at emeril.freedesktop.org
Tue Apr 1 20:48:04 UTC 2025
== Series Details ==
Series: Large devcoredump file support
URL : https://patchwork.freedesktop.org/series/147085/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b1b8be18d6473f947deba912f8b7f3f461a1de06
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Apr 1 13:43:51 2025 -0700
drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
Add migrate layer functions to access VRAM and update
xe_ttm_access_memory to use for non-visible access and large (more than
16k) BO access. 8G devcoreump on BMG observed 3 minute CPU copy time vs.
3s GPU copy time.
v4:
- Fix non-page aligned accesses
- Add support for small / unaligned access
- Update commit message indicating migrate used for large accesses (Auld)
- Fix warning in xe_res_cursor for non-zero offset
v5:
- Fix 32 bit build (CI)
v6:
- Rebase and use SVM migration copy functions
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 2dda6162c8d942406173d92a4cd3f23ea8a45696 drm-intel
054b7afbea46 drm/xe: Add devcoredump chunking
b1b8be18d647 drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
More information about the Intel-xe
mailing list