Re: [RFC v4 01/16] drm/sched: Add some scheduling quality unit tests

2025-04-29 Thread Christian König
On 4/29/25 17:45, Michel Dänzer wrote: > On 2025-04-29 17:03, Christian König wrote: >> On 4/25/25 12:20, Tvrtko Ursulin wrote: >>> Note that the PCT and CPS metrics are irrelevant for "unsync" clients >>> since they manage to complete all of their cycles instantenuously. >> >> Typo instantanuously

Re: [RFC v4 01/16] drm/sched: Add some scheduling quality unit tests

2025-04-29 Thread Michel Dänzer
On 2025-04-29 17:03, Christian König wrote: > On 4/25/25 12:20, Tvrtko Ursulin wrote: >> Note that the PCT and CPS metrics are irrelevant for "unsync" clients >> since they manage to complete all of their cycles instantenuously. > > Typo instantanuously. Make that "instantaneously". -- Earthli

Re: [RFC v4 01/16] drm/sched: Add some scheduling quality unit tests

2025-04-29 Thread Christian König
On 4/25/25 12:20, Tvrtko Ursulin wrote: > To make evaluating different scheduling policies easier (no need for > external benchmarks) and perfectly repetable, lets add some synthetic Typo "repeatable". > workloads built upon mock scheduler unit test infrastructure. > > Focus is on two parallel c

[RFC v4 01/16] drm/sched: Add some scheduling quality unit tests

2025-04-25 Thread Tvrtko Ursulin
To make evaluating different scheduling policies easier (no need for external benchmarks) and perfectly repetable, lets add some synthetic workloads built upon mock scheduler unit test infrastructure. Focus is on two parallel clients (two threads) submitting different job patterns and logging thei