|
From: GitLab M. <git...@ke...> - 2025-11-17 15:22:54
|
Tag 'libdrm-2.4.129' created by Simon Ser <co...@em...> at 2025-11-17 15:22 +0000
libdrm-2.4.129
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEENP+VJs/vDpejQOLkD9574OiPXkgFAmkbPbIACgkQD9574OiP
Xkg5dhAAxDQOaT36VdM1HlJdTt5t3FjG3eete0L9Af2FNkQnU1LOVdjr7HF45Uxy
ZrynI2juRCIYSR1Bxvee+1/NiXYOtyQaR8p9joeenTBWpOKiDbiM60PiIo3Rwu3K
jn3k2EzaHEEFkW5xuqndUsG0y0O6AUSz742FV9TR+GWAARcAeEM/X3HJzomtZfPs
YnFgdjNDGu2s66bau3QuYpLdplk4p0pOCTTnGjDfI7jzEXUwY4MC8s5nOm1NCwmY
noUR8gf5pa6nkqwcY/R7GEFqp2QpVfU154jsRjhfiszBnn4SI4t7QCyx6TdpivPw
Z8rgw3CB23xDRDL9T3hUwKVAAfQDPfXsevgn6rJRkOOIeIhpgiBHU1lFup7AVixg
1PlDKCrR3w9kIu9VZD58Ql84Wyb42TIeqy3+r1ztiODIaVbZ0ra0r7xgdT14lC4K
OPKRoiQFVw8A9A2fzt7UFibzHbyI5hjIitE5kOAak2Yd6PBrSYayHvCRKdv5FoLt
hBnlxPVNCsPgtjBMG7M9NKN1DY1bHd4JJnYgO6njquDGe1v+3HeBFM54HltcGzag
nI4JZ2SPGgd1fdbs90o2UvR8W2CPdPp0DoqgIUjTn0XC1vjiFsY4EP1wvEq7GiqE
/gZU1rW2o/xTsiahUo91guLB/z2VLsVhNJPRc+oEi6NWnisBFWE=
=lMk7
-----END PGP SIGNATURE-----
Changes since libdrm-2.4.127:
Alex Deucher (1):
amdgpu: update marketing names
Christian König (1):
test/amdgpu: remove amdgpu unit tests
Jesse.Zhang (1):
amdgpu: Add parameter validation to amdgpu_bo functions to fix SIGSEGV
Marek Olšák (2):
Revert ABI breakage "drm/amdgpu: Add user queue HQD count to hw_ip info"
Bump version to 2.4.128
Mario Limonciello (2):
amdgpu: Read model name from /proc/cpuinfo for APUs
amdgpu: Only read /proc/cpuinfo as a fallback
Mario Limonciello (AMD) (1):
amdgpu: Slice and dice the string for APUs
Samuel Pitoiset (1):
amdgpu: update marketing names
Simon Ser (2):
Sync headers with drm-next
build: bump version to 2.4.128
---
amdgpu/amdgpu_asic_id.c | 64
amdgpu/amdgpu_bo.c | 10
data/amdgpu.ids | 9
include/drm/amdgpu_drm.h | 2
include/drm/drm.h | 63
include/drm/drm_fourcc.h | 20
include/drm/drm_mode.h | 58
meson.build | 3
tests/amdgpu/amdgpu_test.c | 949 --------------
tests/amdgpu/amdgpu_test.h | 546 --------
tests/amdgpu/basic_tests.c | 2556 ---------------------------------------
tests/amdgpu/bo_tests.c | 317 ----
tests/amdgpu/cp_dma_tests.c | 533 --------
tests/amdgpu/cs_tests.c | 471 -------
tests/amdgpu/deadlock_tests.c | 696 ----------
tests/amdgpu/decode_messages.h | 881 -------------
tests/amdgpu/frame.h | 1949 -----------------------------
tests/amdgpu/hotunplug_tests.c | 447 ------
tests/amdgpu/jpeg_tests.c | 579 --------
tests/amdgpu/meson.build | 16
tests/amdgpu/ras_tests.c | 1003 ---------------
tests/amdgpu/security_tests.c | 486 -------
tests/amdgpu/shader_code.h | 153 --
tests/amdgpu/shader_code_gfx10.h | 202 ---
tests/amdgpu/shader_code_gfx11.h | 320 ----
tests/amdgpu/shader_code_gfx9.h | 205 ---
tests/amdgpu/shader_code_hang.h | 104 -
tests/amdgpu/shader_test_util.c | 2184 ---------------------------------
tests/amdgpu/syncobj_tests.c | 314 ----
tests/amdgpu/uvd_enc_tests.c | 491 -------
tests/amdgpu/uve_ib.h | 527 --------
tests/amdgpu/vce_ib.h | 335 -----
tests/amdgpu/vce_tests.c | 764 -----------
tests/amdgpu/vcn_tests.c | 1652 -------------------------
tests/amdgpu/vm_tests.c | 270 ----
35 files changed, 208 insertions(+), 18971 deletions(-)
---
|