mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/sched: Remove drm_sched_init_args->num_rqs
Remove member no longer used by the scheduler core and the drivers. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Cc: Christian König <christian.koenig@amd.com> Cc: Danilo Krummrich <dakr@kernel.org> Cc: Matthew Brost <matthew.brost@intel.com> Cc: Philipp Stanner <phasta@kernel.org> Acked-by: Danilo Krummrich <dakr@kernel.org> Tested-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20260417103744.76020-30-tvrtko.ursulin@igalia.com
This commit is contained in:
parent
4ca491d6cc
commit
d09339388b
|
|
@ -608,8 +608,6 @@ struct drm_gpu_scheduler {
|
|||
* @ops: backend operations provided by the driver
|
||||
* @submit_wq: workqueue to use for submission. If NULL, an ordered wq is
|
||||
* allocated and used.
|
||||
* @num_rqs: Number of run-queues. This may be at most DRM_SCHED_PRIORITY_COUNT,
|
||||
* as there's usually one run-queue per priority, but may be less.
|
||||
* @credit_limit: the number of credits this scheduler can hold from all jobs
|
||||
* @hang_limit: number of times to allow a job to hang before dropping it.
|
||||
* This mechanism is DEPRECATED. Set it to 0.
|
||||
|
|
@ -623,7 +621,6 @@ struct drm_sched_init_args {
|
|||
const struct drm_sched_backend_ops *ops;
|
||||
struct workqueue_struct *submit_wq;
|
||||
struct workqueue_struct *timeout_wq;
|
||||
u32 num_rqs;
|
||||
u32 credit_limit;
|
||||
unsigned int hang_limit;
|
||||
long timeout;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user