✓ CI.checkpatch: success for drm/xe: Small fixes and cleanups for PXP (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 22 21:05:08 UTC 2025
== Series Details ==
Series: drm/xe: Small fixes and cleanups for PXP (rev2)
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 13641ab3807167283c564132238a1da50f173fd1
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Thu May 22 13:46:06 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>
Reviewed-by: John Harrison <John.C.Harrison at Intel.com>
+ /mt/dim checkpatch 08cbef6f5828542709e4eb2c6c74835f272a5733 drm-intel
404610a50138 drm/xe/pxp: Use the correct define in the set_property_funcs array
d5f8bd9244a6 drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
13641ab38071 drm/xe/pxp: Decouple queue addition from PXP start
More information about the Intel-xe
mailing list