✓ CI.checkpatch: success for drm/sched: Use struct for drm_sched_init() params (rev3)

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 7 14:05:54 UTC 2025


== Series Details ==

Series: drm/sched: Use struct for drm_sched_init() params (rev3)
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3cd49c7d7c0943633394c1646a8c5183bb881881
Author: Philipp Stanner <phasta at kernel.org>
Date:   Fri Feb 7 12:02:48 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 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>
+ /mt/dim checkpatch f8ea772f4fb5a761d1dc321aad5749633d0801eb drm-intel
3cd49c7d7c09 drm/sched: Use struct for drm_sched_init() params




More information about the Intel-xe mailing list