|
From: GitLab M. <git...@ke...> - 2025-11-02 02:33:11
|
include/drm/amdgpu_drm.h | 2 --
meson.build | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 679c4749740eb84dd9f07933291dddf19bdcfcda
Author: Marek Olšák <mar...@am...>
Date: Sat Nov 1 22:30:31 2025 -0400
Bump version to 2.4.128
diff --git a/meson.build b/meson.build
index 2059f4b2..0a2a0eb0 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.127',
+ version : '2.4.128',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
commit 7816984a208add354372f60bb390e3eea1e5c896
Author: Marek Olšák <mar...@am...>
Date: Sat Nov 1 22:11:54 2025 -0400
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
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) */
|