✓ CI.checkpatch: success for drm/xe: Small fixes and cleanups for PXP (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu May 22 23:00:30 UTC 2025


== Series Details ==

Series: drm/xe: Small fixes and cleanups for PXP (rev3)
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 21739ae67a3bbad4c364938d1ff6ff9351ed5a58
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>
+ /mt/dim checkpatch 08cbef6f5828542709e4eb2c6c74835f272a5733 drm-intel
07761bd22305 drm/xe/pxp: Use the correct define in the set_property_funcs array
261e7c8a24ea drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
21739ae67a3b drm/xe/pxp: Decouple queue addition from PXP start




More information about the Intel-xe mailing list