mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
accel/rocket: 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: Tomeu Vizoso <tomeu@tomeuvizoso.net> Cc: Oded Gabbay <ogabbay@kernel.org> Reviewed-by: Tomeu Vizoso <tomeu@tomeuvizoso.net> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-17-tvrtko.ursulin@igalia.com
This commit is contained in:
parent
ac58121339
commit
4f335bba01
|
|
@ -437,7 +437,6 @@ int rocket_job_init(struct rocket_core *core)
|
|||
{
|
||||
struct drm_sched_init_args args = {
|
||||
.ops = &rocket_sched_ops,
|
||||
.num_rqs = DRM_SCHED_PRIORITY_COUNT,
|
||||
.credit_limit = 1,
|
||||
.timeout = msecs_to_jiffies(JOB_TIMEOUT_MS),
|
||||
.name = dev_name(core->dev),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user