✓ CI.checkpatch: success for drm/xe: Create LRC BO without VM
Patchwork
patchwork at emeril.freedesktop.org
Thu May 29 04:34:11 UTC 2025
== Series Details ==
Series: drm/xe: Create LRC BO without VM
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 17f808abf62ed41e15d7afdf6542af35c50576a7
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date: Wed May 28 21:04:49 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.
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
17f808abf62e drm/xe: Create LRC BO without VM
More information about the Intel-xe
mailing list