Skip to content

drm/amdgpu, drm/radeon, drm/xe: Fix AMD compilation after the suballocator rework and add batchbuffer suballocator printout to xe.

Thomas Hellström requested to merge thomash/kernel:amd_suballoc_fix into xe

The suballocator rework slightly changed the interface. Update the amdgpu- and radeon drivers to the new interface in order for them to compile. To make the suballocator debug printout similar to what the AMD drivers used to have, also change the debug printout routine.

As an additional change, add per-gt batchbuffer suballocator debugfs printout for xe.

v2:

  • Fix a couple of checkpatch checks.
Edited by Thomas Hellström

Merge request reports