[PATCH] drm/sched: Use struct for drm_sched_init() params
Boris Brezillon
boris.brezillon at collabora.com
Wed Jan 22 17:16:19 UTC 2025
On Wed, 22 Jan 2025 15:08:20 +0100
Philipp Stanner <phasta at kernel.org> wrote:
> int drm_sched_init(struct drm_gpu_scheduler *sched,
> - const struct drm_sched_backend_ops *ops,
> - struct workqueue_struct *submit_wq,
> - u32 num_rqs, u32 credit_limit, unsigned int hang_limit,
> - long timeout, struct workqueue_struct *timeout_wq,
> - atomic_t *score, const char *name, struct device *dev);
> + const struct drm_sched_init_params *params);
Another nit: indenting is messed up here.
More information about the etnaviv
mailing list