✓ CI.checkpatch: success for drm/xe: Decouple xe_exec_queue and xe_lrc (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 30 03:28:18 UTC 2024
== Series Details ==
Series: drm/xe: Decouple xe_exec_queue and xe_lrc (rev3)
URL : https://patchwork.freedesktop.org/series/134202/
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 207f5f28ecd92ca80a6c19bb9014d1e715e59628
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date: Wed May 29 20:22:10 2024 -0700
drm/xe: Decouple xe_exec_queue and xe_lrc
Decouple xe_lrc from xe_exec_queue and reference count xe_lrc.
Removing hard coupling between xe_exec_queue and xe_lrc allows
flexible design where the user interface xe_exec_queue can be
destroyed independent of the hardware/firmware interface xe_lrc.
v2: Fix lrc indexing in wq_item_append()
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 55d6179b96e0390025f2ba101c03b94b50cab7a1 drm-intel
207f5f28ecd9 drm/xe: Decouple xe_exec_queue and xe_lrc
More information about the Intel-xe
mailing list