mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
drm/imagination: 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: Frank Binns <frank.binns@imgtec.com> Cc: Matt Coster <matt.coster@imgtec.com> Cc: dri-devel@lists.freedesktop.org Reviewed-by: Matt Coster <matt.coster@imgtec.com> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-21-tvrtko.ursulin@igalia.com
This commit is contained in:
parent
adfb5deba5
commit
f84d73d2a0
|
|
@ -1272,7 +1272,6 @@ struct pvr_queue *pvr_queue_create(struct pvr_context *ctx,
|
|||
const struct drm_sched_init_args sched_args = {
|
||||
.ops = &pvr_queue_sched_ops,
|
||||
.submit_wq = pvr_dev->sched_wq,
|
||||
.num_rqs = 1,
|
||||
.credit_limit = 64 * 1024,
|
||||
.hang_limit = 1,
|
||||
.timeout = msecs_to_jiffies(500),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user