mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 11:03:07 -04:00
drm/nouveau: Remove drm_sched_init_args->num_rqs usage
Remove member no longer used by the scheduler core. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Cc: Lyude Paul <lyude@redhat.com> Cc: Danilo Krummrich <dakr@kernel.org> Cc: nouveau@lists.freedesktop.org Reviewed-by: Lyude Paul <lyude@redhat.com> Acked-by: Danilo Krummrich <dakr@kernel.org> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-24-tvrtko.ursulin@igalia.com
This commit is contained in:
committed by
Philipp Stanner
parent
9c44ff0559
commit
79005e34bd
@@ -405,7 +405,6 @@ nouveau_sched_init(struct nouveau_sched *sched, struct nouveau_drm *drm,
|
||||
struct drm_sched_entity *entity = &sched->entity;
|
||||
struct drm_sched_init_args args = {
|
||||
.ops = &nouveau_sched_ops,
|
||||
.num_rqs = DRM_SCHED_PRIORITY_COUNT,
|
||||
.credit_limit = credit_limit,
|
||||
.timeout = msecs_to_jiffies(NOUVEAU_SCHED_JOB_TIMEOUT_MS),
|
||||
.name = "nouveau_sched",
|
||||
|
||||
Reference in New Issue
Block a user