mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
Revert "drm/lima: Remove drm_sched_init_args->num_rqs usage"
This reverts commit 098fe077ec.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: Luke.Wildhardt@proton.me
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Philipp Stanner <phasta@kernel.org>
Cc: Christian König <ckoenig.leichtzumerken@gmail.com>
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
Link: https://lore.kernel.org/r/20260811163139.99746-10-tvrtko.ursulin@igalia.com
This commit is contained in:
parent
2683a0e7c4
commit
b9f3f3f00b
|
|
@ -521,6 +521,7 @@ 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