✓ CI.checkpatch: success for drm/xe: Create LRC BO without VM (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 29 05:29:03 UTC 2025
== Series Details ==
Series: drm/xe: Create LRC BO without VM (rev2)
URL : https://patchwork.freedesktop.org/series/149616/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 45ce9613ea8c0bb5b4015463ef2a226a56055d06
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date: Wed May 28 22:20:32 2025 -0700
drm/xe: Create LRC BO without VM
Specifying VM during lrc->bo creation requires VM's reference
to be held for the lifetime of lrc->bo as it will use VM's dma
reservation object. Using VM's dma reservation object for
lrc->bo doesn't provide any advantage. Hence do not pass VM
while creating lrc->bo.
v2: Use xe_bo_unpin_map_no_vm (Matthew Brost)
Fixes: 264eecdba211 ("drm/xe: Decouple xe_exec_queue and xe_lrc")
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 2f74377e0846598397723197386e6d9d65b7711e drm-intel
45ce9613ea8c drm/xe: Create LRC BO without VM
More information about the Intel-xe
mailing list