On 08/10/2025 09:53, Tvrtko Ursulin wrote:
> Remove member no longer used by the scheduler core.
> 
> Signed-off-by: Tvrtko Ursulin <[email protected]>
> Cc: Boris Brezillon <[email protected]>
> Cc: Steven Price <[email protected]>
> Cc: Liviu Dudau <[email protected]>
> Cc: [email protected]

Reviewed-by: Steven Price <[email protected]>

> ---
>  drivers/gpu/drm/panthor/panthor_mmu.c   | 1 -
>  drivers/gpu/drm/panthor/panthor_sched.c | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/panthor/panthor_mmu.c 
> b/drivers/gpu/drm/panthor/panthor_mmu.c
> index 6dec4354e378..048a61d9fad6 100644
> --- a/drivers/gpu/drm/panthor/panthor_mmu.c
> +++ b/drivers/gpu/drm/panthor/panthor_mmu.c
> @@ -2327,7 +2327,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,
> diff --git a/drivers/gpu/drm/panthor/panthor_sched.c 
> b/drivers/gpu/drm/panthor/panthor_sched.c
> index f5e01cb16cfc..5b95868169ac 100644
> --- a/drivers/gpu/drm/panthor/panthor_sched.c
> +++ b/drivers/gpu/drm/panthor/panthor_sched.c
> @@ -3318,7 +3318,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

Reply via email to