From 7816984a208add354372f60bb390e3eea1e5c896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 1 Nov 2025 22:11:54 -0400 Subject: [PATCH] Revert ABI breakage "drm/amdgpu: Add user queue HQD count to hw_ip info" This reverts commit e4bd1ba753641672fe4f108142b94fa2a1a7220c. Such a change of ABI is illegal and causes crashes. See: https://gitlab.freedesktop.org/mesa/libdrm/-/issues/121#note_3172362 --- include/drm/amdgpu_drm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index a39fd6c9..8db4df39 100644 --- a/include/drm/amdgpu_drm.h +++ b/include/drm/amdgpu_drm.h @@ -1484,8 +1484,6 @@ struct drm_amdgpu_info_hw_ip { __u32 available_rings; /** version info: bits 23:16 major, 15:8 minor, 7:0 revision */ __u32 ip_discovery_version; - /* Userq available slots */ - __u32 userq_num_slots; }; /* GFX metadata BO sizes and alignment info (in bytes) */