mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
drm/lima: 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: Qiang Yu <yuq825@gmail.com> Cc: lima@lists.freedesktop.org Reviewed-by: Qiang Yu <yuq825@gmail.com> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-22-tvrtko.ursulin@igalia.com
This commit is contained in:
parent
f84d73d2a0
commit
098fe077ec
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user