✗ CI.checkpatch: warning for Convert multiple bind ops to 1 job (rev8)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 4 04:21:55 UTC 2024
== Series Details ==
Series: Convert multiple bind ops to 1 job (rev8)
URL : https://patchwork.freedesktop.org/series/133034/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4109dbad192805c529bafd49b490886688b69cb9
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Jul 3 21:16:52 2024 -0700
drm/xe: Add VM bind IOCTL error injection
Add VM bind IOCTL error injection which steals MSB of the bind flags
field which if set injects errors at various points in the VM bind
IOCTL. Intended to validate error paths. Enabled by CONFIG_DRM_XE_DEBUG.
v4:
- Change define layout (Jonathan)
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 73af7ac6d6ae23cd3f24b60e6ebaa3a81b2b1d5b drm-intel
0915a9a24962 drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
b4167338056b drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
eeb9e627f14c drm/xe: Add xe_exec_queue_last_fence_test_dep
1ad8bccdf668 drm/xe: Convert multiple bind ops into single job
-:281: ERROR:TRAILING_WHITESPACE: trailing whitespace
#281: FILE: drivers/gpu/drm/xe/xe_migrate.c:1279:
+^I^Ibatch_size += 6 * (num_updates / MAX_PTE_PER_SDI + 1) $
total: 1 errors, 0 warnings, 0 checks, 2570 lines checked
a917dab19a20 drm/xe: Update VM trace events
d27b93dfec76 drm/xe: Update PT layer with better error handling
4109dbad1928 drm/xe: Add VM bind IOCTL error injection
More information about the Intel-xe
mailing list