✓ CI.checkpatch: success for drm/sched: Use struct for drm_sched_init() params (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 11 12:37:08 UTC 2025
== Series Details ==
Series: drm/sched: Use struct for drm_sched_init() params (rev4)
URL : https://patchwork.freedesktop.org/series/143883/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7d70f5dac5cafba6e28ba68b01b0cd5917759fbc
Author: Philipp Stanner <phasta at kernel.org>
Date: Tue Feb 11 12:14:23 2025 +0100
drm/sched: Use struct for drm_sched_init() params
drm_sched_init() has a great many parameters and upcoming new
functionality for the scheduler might add even more. Generally, the
great number of parameters reduces readability and has already caused
one missnaming, addressed in:
commit 6f1cacf4eba7 ("drm/nouveau: Improve variable name in
nouveau_sched_init()").
Introduce a new struct for the scheduler init parameters and port all
users.
Signed-off-by: Philipp Stanner <phasta at kernel.org>
Reviewed-by: Liviu Dudau <liviu.dudau at arm.com>
Acked-by: Matthew Brost <matthew.brost at intel.com> # for Xe
Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com> # for Panfrost and Panthor
Reviewed-by: Christian Gmeiner <cgmeiner at igalia.com> # for Etnaviv
Reviewed-by: Frank Binns <frank.binns at imgtec.com> # for Imagination
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at igalia.com> # for Sched
Reviewed-by: Maíra Canal <mcanal at igalia.com> # for v3d
+ /mt/dim checkpatch 27f9e4e3866556a4498e3b4ddebc27d4f6d0ae2f drm-intel
7d70f5dac5ca drm/sched: Use struct for drm_sched_init() params
More information about the Intel-xe
mailing list