Re: [REGRESSION] drm/sched: FAIR policy causes serious performance degradation at max GPU load on 9070XT
From: Tvrtko Ursulin
Date: Mon Aug 10 2026 - 09:51:20 EST
On 10/08/2026 13:45, Danilo Krummrich wrote:
On Mon Aug 10, 2026 at 10:28 AM CEST, Philipp Stanner wrote:
Reverted Commits:
d09339388b77 drm/sched: Remove drm_sched_init_args->num_rqs
2833a0512b4c drm/sched: Remove drm_sched_init_args->num_rqs usage
16e7698bc04d drm/sched: Embed run queue singleton into the scheduler
77a6809f1dc3 drm/sched: Remove FIFO and RR and simplify to a single run queue
45c211ddf92a drm/sched: Switch default policy to fair
2462a0ce23b0 drm/amdgpu: Remove drm_sched_init_args->num_rqs usage
[...]
That might be the wisest thing to do; but let's hear if Tvrtko has an idea for
a hotfix first.
-rc7 was released yesterday; even with a working hotfix today it'd be tricky to
ensure the hotfix does not regress other drivers or workloads with 7.2 being
just a few days ahead.
I suggest to not wait and get the reverts ready.
Yes reverts would be safer. I have them in a branch at people.freedesktop.org/~tursulin/drm-intel drm-sched-fair-reverts, mostly straightforward apart from one easy conflict in amdgpu_xcp_release_sched. Smoke tested on Steam Deck looks fine.
Having said that, the fix for min_vruntime handling I provided earlier in the thread also looks fine in my testing and is simple. No regressions found with synthetic unit test workloads or messing around on the Steam Deck. But we need to wait to hear from Luke since I haven't been able to repro his report locally yet.
Regards,
Tvrtko