✗ CI.checkpatch: warning for drm/xe/uapi: Remove support for persistent exec_queues
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 30 12:55:39 UTC 2024
== Series Details ==
Series: drm/xe/uapi: Remove support for persistent exec_queues
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 7d4c3917707c5de3ca25c3a68b749c0c6fb2737a
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Tue Jan 30 13:52:20 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
Open: Should we renumber the exec_queue properties, or leave a hole
as in this patch.
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>
+ /mt/dim checkpatch c655e0fd28045dbaa581d04bf7cc266eec1c3457 drm-intel
7d4c39177 drm/xe/uapi: Remove support for persistent exec_queues
-:20: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#20:
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
total: 0 errors, 1 warnings, 0 checks, 195 lines checked
More information about the Intel-xe
mailing list