✓ CI.checkpatch: success for drm/xe: Small fixes and cleanups for PXP
Patchwork
patchwork at emeril.freedesktop.org
Tue May 20 00:44:50 UTC 2025
== Series Details ==
Series: drm/xe: Small fixes and cleanups for PXP
URL : https://patchwork.freedesktop.org/series/149211/
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 46b1a8627b301b28f6288ceb904784a2ba3763d3
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Mon May 19 16:32:32 2025 -0700
drm/xe/pxp: Decouple queue addition from PXP start
Starting PXP and adding a queue to the PXP queue list are separate
actions. Given that a queue can only be added to the list if PXP is
active, the 2 actions were bundled together to avoid having to
re-lock and re-check the status to perform the queue addition after
having done so during the PXP start. However, we don't save a lot of
complexity by doing so and we lose in clarity of code, so overall it's
cleaner to just keep the 2 actions separate.
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 956a742459cff150a14f1d2f44b6294e646f208a drm-intel
211cc1937f17 drm/xe/pxp: Use the correct define in the set_property_funcs array
6757e0b36046 drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
46b1a8627b30 drm/xe/pxp: Decouple queue addition from PXP start
More information about the Intel-xe
mailing list