✗ CI.checkpatch: warning for drm/xe/uapi: Remove support for persistent exec_queues (rev4)

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 12 14:08:47 UTC 2024


== Series Details ==

Series: drm/xe/uapi: Remove support for persistent exec_queues (rev4)
URL   : https://patchwork.freedesktop.org/series/129311/
State : warning

== 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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 50884b3eaef3bcd8dd4788cf2d8a99023b907108
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Fri Feb 9 12:34:44 2024 +0100

    drm/xe/uapi: Remove support for persistent exec_queues
    
    Persistent exec_queues delays explicit destruction of exec_queues
    until they are done executing, but destruction on process exit
    is still immediate. It turns out no UMD is relying on this
    functionality, so remove it. If there turns out to be a use-case
    in the future, let's re-add.
    
    Persistent exec_queues were never used for LR VMs
    
    v2:
    - Don't add an "UNUSED" define for the missing property
      (Lucas, Rodrigo)
    v3:
    - Remove the remaining struct xe_exec_queue::persistent state
      (Niranjana, Lucas)
    
    Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: David Airlie <airlied at gmail.com>
    Cc: Daniel Vetter <daniel at ffwll.ch>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Francois Dugast <francois.dugast at intel.com>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
    Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 46cf1a7da57fc4fd2306d52aea58a02c7eb06cce drm-intel
50884b3ea drm/xe/uapi: Remove support for persistent exec_queues
-:24: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#24: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 210 lines checked




More information about the Intel-xe mailing list