Reviewed-by: Qiang Yu <[email protected]>

On Mon, Dec 15, 2025 at 11:08 PM Tvrtko Ursulin
<[email protected]> wrote:
>
> Remove member no longer used by the scheduler core.
>
> Signed-off-by: Tvrtko Ursulin <[email protected]>
> Cc: Qiang Yu <[email protected]>
> Cc: [email protected]
> ---
>  drivers/gpu/drm/lima/lima_sched.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/lima/lima_sched.c 
> b/drivers/gpu/drm/lima/lima_sched.c
> index 9a1e6b9ecbe5..0a01213c4878 100644
> --- a/drivers/gpu/drm/lima/lima_sched.c
> +++ b/drivers/gpu/drm/lima/lima_sched.c
> @@ -521,7 +521,6 @@ int lima_sched_pipe_init(struct lima_sched_pipe *pipe, 
> const char *name)
>                                lima_sched_timeout_ms : 10000;
>         const struct drm_sched_init_args args = {
>                 .ops = &lima_sched_ops,
> -               .num_rqs = DRM_SCHED_PRIORITY_COUNT,
>                 .credit_limit = 1,
>                 .hang_limit = lima_job_hang_limit,
>                 .timeout = msecs_to_jiffies(timeout),
> --
> 2.51.1
>

Reply via email to