On Wed, Oct 08, 2025 at 09:53:56AM +0100, Tvrtko Ursulin wrote: > Remove member no longer used by the scheduler core. > > Signed-off-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Matthew Brost <[email protected]> > Cc: Matthew Brost <[email protected]> > Cc: Danilo Krummrich <[email protected]> > Cc: Philipp Stanner <[email protected]> > Cc: "Christian König" <[email protected]> > Cc: [email protected] > --- > drivers/gpu/drm/scheduler/tests/mock_scheduler.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/scheduler/tests/mock_scheduler.c > b/drivers/gpu/drm/scheduler/tests/mock_scheduler.c > index 8e9ae7d980eb..14403a762335 100644 > --- a/drivers/gpu/drm/scheduler/tests/mock_scheduler.c > +++ b/drivers/gpu/drm/scheduler/tests/mock_scheduler.c > @@ -290,7 +290,6 @@ struct drm_mock_scheduler *drm_mock_sched_new(struct > kunit *test, long timeout) > { > struct drm_sched_init_args args = { > .ops = &drm_mock_scheduler_ops, > - .num_rqs = DRM_SCHED_PRIORITY_COUNT, > .credit_limit = U32_MAX, > .hang_limit = 1, > .timeout = timeout, > -- > 2.48.0 >
