✓ CI.checkpatch: success for drm/xe: Remove the pat_index field from xe_vma_op_map
Patchwork
patchwork at emeril.freedesktop.org
Tue May 14 10:54:43 UTC 2024
== Series Details ==
Series: drm/xe: Remove the pat_index field from xe_vma_op_map
URL : https://patchwork.freedesktop.org/series/133599/
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
57b97a66dd129aea93991dc66cd10477f7a05cf8
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0ee519b850a59c530033100a801766c439469b8f
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue May 14 16:33:41 2024 +0530
drm/xe: Remove the pat_index field from xe_vma_op_map
The pat_index field within xe_vma_op_map facilitates the creation of new
VMAs for DRM_GPUVA_OP_MAP as a GPU baseva operation. Rather than
initializing this field in vm_bind_ioctl_ops_create and subsequently
utilizing it in vm_bind_ioctl_ops_parse, eliminate pat_index from
xe_vma_op_map altogether. Instead, directly pass the user-provided
pat_index to vm_bind_ioctl_ops_parse.
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch b27285c06de4a6ca7b065e035f0bb06887de2f27 drm-intel
0ee519b850a5 drm/xe: Remove the pat_index field from xe_vma_op_map
More information about the Intel-xe
mailing list