✗ CI.checkpatch: warning for Fix non-contiguous VRAM BO access in Xe (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 21 20:19:52 UTC 2024
== Series Details ==
Series: Fix non-contiguous VRAM BO access in Xe (rev4)
URL : https://patchwork.freedesktop.org/series/140200/
State : warning
== 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 9ee92c071579d57fc8aee8efe01d93c8b185edc2
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Oct 21 13:15:09 2024 -0700
drm/xe: Only allow contiguous BOs to use xe_bo_vmap
xe_bo_vmap only works on contiguous BOs, disallow xe_bo_vmap on BO
unless we are certain the BO is contiguous.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch aa0898115bcff3eda6d021cc66eb8a1c3b264c56 drm-intel
aeee04897ca4 drm/xe: Add xe_bo_vm_access
030366e668d7 drm/ttm: Add ttm_bo_access
-:16: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#16:
Reported-by: Christoph Manszewski <christoph.manszewski at intel.com>
Suggested-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
-:103: WARNING:SPACING: space prohibited between function name and open parenthesis '('
#103: FILE: drivers/gpu/drm/ttm/ttm_bo_util.c:997:
+ ret = bo->bdev->funcs->access_memory (bo, offset, buf,
total: 0 errors, 2 warnings, 0 checks, 175 lines checked
caf689cc0fd5 drm/xe: Add xe_ttm_access_memory
-:17: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#17:
Reported-by: Christoph Manszewski <christoph.manszewski at intel.com>
Suggested-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
total: 0 errors, 1 warnings, 0 checks, 85 lines checked
e27c7023e308 drm/xe: Take PM ref in delayed snapshot capture worker
ed7574e7193b drm/xe: Update xe_ttm_access_memory to use GPU for non-visible access
e7316862e88a drm/xe/display: Update intel_bo_read_from_page to use ttm_bo_access
4e9ac26f4fad drm/xe: Use ttm_bo_access in xe_vm_snapshot_capture_delayed
22e497e166b4 drm/xe: Set XE_BO_FLAG_PINNED in migrate selftest BOs
9ee92c071579 drm/xe: Only allow contiguous BOs to use xe_bo_vmap
More information about the Intel-xe
mailing list