]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/panthor: Remove drm_sched_init_args->num_rqs usage
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Fri, 17 Apr 2026 10:37:40 +0000 (11:37 +0100)
committerPhilipp Stanner <phasta@kernel.org>
Fri, 17 Apr 2026 12:43:29 +0000 (14:43 +0200)
Remove member no longer used by the scheduler core.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Boris Brezillon <boris.brezillon@collabora.com>
Cc: Steven Price <steven.price@arm.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20260417103744.76020-26-tvrtko.ursulin@igalia.com
drivers/gpu/drm/panthor/panthor_mmu.c
drivers/gpu/drm/panthor/panthor_sched.c

index fa8b31df85c9a5ef72c8b64d320b57091b04d880..3d2178477514b30238fc582f9900f034482a7a7b 100644 (file)
@@ -2700,7 +2700,6 @@ panthor_vm_create(struct panthor_device *ptdev, bool for_mcu,
        const struct drm_sched_init_args sched_args = {
                .ops = &panthor_vm_bind_ops,
                .submit_wq = ptdev->mmu->vm.wq,
-               .num_rqs = 1,
                .credit_limit = 1,
                /* Bind operations are synchronous for now, no timeout needed. */
                .timeout = MAX_SCHEDULE_TIMEOUT,
index a06d91875beb908e3bd175d0f855520126094a2f..41d6369fa9c05986a87ac285cccc60f46a58a5c8 100644 (file)
@@ -3489,7 +3489,6 @@ group_create_queue(struct panthor_group *group,
        struct drm_sched_init_args sched_args = {
                .ops = &panthor_queue_sched_ops,
                .submit_wq = group->ptdev->scheduler->wq,
-               .num_rqs = 1,
                /*
                 * The credit limit argument tells us the total number of
                 * instructions across all CS slots in the ringbuffer, with