On Tue, Feb 11, 2025 at 12:14:23PM +0100, Philipp Stanner wrote:
> 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 <[email protected]>
> Reviewed-by: Liviu Dudau <[email protected]>
> Acked-by: Matthew Brost <[email protected]> # for Xe
> Reviewed-by: Boris Brezillon <[email protected]> # for Panfrost
> and Panthor
> Reviewed-by: Christian Gmeiner <[email protected]> # for Etnaviv
> Reviewed-by: Frank Binns <[email protected]> # for Imagination
> Reviewed-by: Tvrtko Ursulin <[email protected]> # for Sched
> Reviewed-by: MaĆra Canal <[email protected]> # for v3d
Reviewed-by: Danilo Krummrich <[email protected]>