✓ CI.checkpatch: success for drm/xe: Small fixes and cleanups for PXP (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri May 30 17:41:51 UTC 2025
== Series Details ==
Series: drm/xe: Small fixes and cleanups for PXP (rev4)
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 bf99a571872ffd7ecc2fd102d845e395451a4946
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date: Thu May 22 15:54:05 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.
v2: remove leftover rpm_get (John), fix rpm_put in error case
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 52afe38ad6f8eccc238956b78e04977dded23411 drm-intel
4eea1aae691f drm/xe/pxp: Use the correct define in the set_property_funcs array
6b31bbe7d7e0 drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
bf99a571872f drm/xe/pxp: Decouple queue addition from PXP start
More information about the Intel-xe
mailing list