✓ CI.checkpatch: success for Convert multiple bind ops to 1 job (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 26 23:29:13 UTC 2024
== Series Details ==
Series: Convert multiple bind ops to 1 job (rev6)
URL : https://patchwork.freedesktop.org/series/133034/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit dfc0bc90f4d8ba6c5345e5ca2f3126b3890bc79d
Author: Matthew Brost <matthew.brost at intel.com>
Date: Wed Jun 26 14:15:46 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 6580bd2882edc6ea84200f2968d3d12b69b3ce40 drm-intel
777cb674ad70 drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
953a3648cd59 drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
f8ee95f1937c drm/xe: Add xe_exec_queue_last_fence_test_dep
4d7d7229038c drm/xe: Convert multiple bind ops into single job
17612fce41c5 drm/xe: Update VM trace events
3c90508de2de drm/xe: Update PT layer with better error handling
dfc0bc90f4d8 drm/xe: Add VM bind IOCTL error injection
More information about the Intel-xe
mailing list