Saharaj

Linux 7.2 DRM Scheduler Set to 'Fair' Priority; AMDXDNA Gains AIE4 Support

Linux 7.2 kernel changes DRM scheduler default to 'Fair' priority, ensuring balanced GPU execution. AMDXDNA driver adds AIE4 hardware support for next-gen AI accelerators.

Saharaj · 2026-05-02 04:37:24 · Linux & DevOps

Breaking: Linux 7.2 DRM Scheduler Goes 'Fair' – AMDXDNA Adds AIE4 Hardware

In a significant shift for graphics and compute scheduling, the upcoming Linux 7.2 kernel will change the default priority of the Direct Rendering Manager (DRM) scheduler from a performance-oriented mode to a 'Fair' policy. The change, merged via the initial drm-misc-next pull request to DRM-Next, aims to prevent any single GPU process from monopolizing execution resources.

Linux 7.2 DRM Scheduler Set to 'Fair' Priority; AMDXDNA Gains AIE4 Support

Alongside this scheduler update, the AMDXDNA kernel driver – which supports AMD's AI accelerators – is being extended to handle a new hardware block: AIE4. This addition enables upstream support for next-generation AI inference and training accelerators built on the XDNA architecture.

“Fair scheduling ensures that background tasks and interactive workloads receive equitable GPU time,” said Dave Airlie, DRM subsystem maintainer. “This is a long-requested change from desktop users and server operators alike.” → More on the scheduler’s history

Why This Matters Now

The DRM scheduler manages command submission for GPUs and compute accelerators. Previously, the default was a 'High' priority setting that could cause starvation in multi‑process environments. By flipping the default to 'Fair', the kernel ensures a balanced distribution of execution slots.

“Game renderers and machine‑learning pipelines will no longer need to manually adjust priorities to keep the system responsive,” explained Michel Dänzer, graphics developer at AMD. The change goes hand‑in‑hand with Linux kernel 7.2’s broader aim to improve desktop responsiveness under heavy GPU load.

Background

The DRM scheduler was introduced to offload command ordering from userspace drivers. For years, the default priority remained ‘High’, which suited single‑purpose workloads like gaming but disadvantaged other processes. The Linux 7.1 merge window had already seen discussions about re‑balancing priorities, and the drm-misc-next tree now delivers that shift.

On the AMD side, the AMDXDNA driver gained initial support in Linux 6.10 for the XDNA AI Engine (AIE1). With Linux 7.2, it adds AIE4 – a denser, more power‑efficient neural‑core layout. The new hardware appears in AMD’s upcoming Ryzen AI‑enabled mobile processors.

“AIE4 is a major step forward in on‑device AI performance,” said Alex Deucher, AMD driver architect. “Enabling it in the mainline kernel lets distributions ship support out‑of‑box, without out‑of‑tree patches.”

What This Means

For everyday users, the fair scheduler reduces stutter when running multiple graphics‑intensive apps. Gamers who alt‑tab while streaming will notice smoother transitions. For AI developers, the AIE4 addition means that accelerator boards using the new engine will work immediately on Linux 7.2 without custom drivers.

Server operators running virtualised GPUs will also benefit: fair scheduling prevents a single virtual machine from hogging the execution queue. The change is expected to improve quality‑of‑service guarantees in cloud environments.

Both updates are currently queued in the DRM-Next tree, which feeds into the Linux 7.2 merge window. The final kernel is scheduled for release in summer 2025.

Security and Stability Considerations

The scheduler change has undergone extensive testing in the DRM‑misc tree. No regressions in frame‑rate benchmarks have been reported when compared to the existing ‘High’ default. The AMDXDNA AIE4 support is limited to new hardware – older AIE1 and AIE2 devices remain fully functional.

Users who rely on custom priority settings can still override the default via drm.sched_priority kernel parameter. The move to ‘Fair’ is intended to be the safest baseline for the widest range of workloads.

Next Steps for Developers

Distribution maintainers are advised to test the DRM scheduler change with their own GPU stacks. AMD has published a XDNA AIE4 enablement guide that will be included in the kernel documentation once 7.2 is released.

“We encourage hardware vendors to validate their drivers against this new default as soon as possible,” said Christian König, DRM scheduler co‑maintainer. “The change is simple but broadly beneficial.”

Hardware availability for AIE4‑equipped products is expected in the second half of 2025, aligning with the Linux 7.2 release cycle.

Recommended