- update to 2.4.121

* meson: make build system happy by replacing deprecated feature
  * include poll.h instead of sys/poll.h
  * amdgpu: Make amdgpu_device_deinitialize thread-safe
  * Revert "xf86drm: ignore symlinks in process_device()"
  * xf86drm: Don't consider node names longer than the maximum allowed
  * tests/amdgpu: fix compile warning with the guard enum value
  * tests/amdgpu: fix compile error with gcc7.5
  * tests/amdgpu: fix compile error with gcc14
  * tests/util: add tidss driver
  * meson: Replace usages of deprecated ExternalProgram.path()
  * meson: Fix broken str.format usage
  * amdgpu: add marketing names from Adrenalin 23.11.1
  * amdgpu: add marketing names from PRO Edition for W7700
  * amdgpu: add marketing names from Windows Steam Deck OLED APU driver
  * amdgpu: add marketing names from amd-6.0
  * amdgpu: add marketing name for Radeon RX 6550M
  * amdgpu: add marketing names from amd-6.0.1
  * amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe
  * amdgpu: sync amdgpu_drm.h
  * symbols-check: Add _GLOBAL_OFFSET_TABLE_
  * symbols-check: Add _fbss, _fdata, _ftext
  * amdgpu: expose amdgpu_va_manager publicly
  * amdgpu: add amdgpu_va_range_alloc2
  * amdgpu: add amdgpu_device_initialize2
  * amdgpu: fix deinit logic
  * ci: build with meson --fatal-meson-warnings
  * ci: use "meson setup" sub-command
  * xf86drm: document drmDevicesEqual()
  * xf86drm: ignore symlinks in process_device()

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=363
This commit is contained in:
Stefan Dirsch 2024-06-03 00:52:46 +00:00 committed by Git OBS Bridge
parent 8a9deb7115
commit 5261b13147
4 changed files with 38 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a
size 479564

3
libdrm-2.4.121.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:909084a505d7638887f590b70791b3bbd9069c710c948f5d1f1ce6d080cdfcab
size 480840

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Jun 3 00:46:48 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 2.4.121
* meson: make build system happy by replacing deprecated feature
* include poll.h instead of sys/poll.h
* amdgpu: Make amdgpu_device_deinitialize thread-safe
* Revert "xf86drm: ignore symlinks in process_device()"
* xf86drm: Don't consider node names longer than the maximum allowed
* tests/amdgpu: fix compile warning with the guard enum value
* tests/amdgpu: fix compile error with gcc7.5
* tests/amdgpu: fix compile error with gcc14
* tests/util: add tidss driver
* meson: Replace usages of deprecated ExternalProgram.path()
* meson: Fix broken str.format usage
* amdgpu: add marketing names from Adrenalin 23.11.1
* amdgpu: add marketing names from PRO Edition for W7700
* amdgpu: add marketing names from Windows Steam Deck OLED APU driver
* amdgpu: add marketing names from amd-6.0
* amdgpu: add marketing name for Radeon RX 6550M
* amdgpu: add marketing names from amd-6.0.1
* amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe
* amdgpu: sync amdgpu_drm.h
* symbols-check: Add _GLOBAL_OFFSET_TABLE_
* symbols-check: Add _fbss, _fdata, _ftext
* amdgpu: expose amdgpu_va_manager publicly
* amdgpu: add amdgpu_va_range_alloc2
* amdgpu: add amdgpu_device_initialize2
* amdgpu: fix deinit logic
* ci: build with meson --fatal-meson-warnings
* ci: use "meson setup" sub-command
* xf86drm: document drmDevicesEqual()
* xf86drm: ignore symlinks in process_device()
-------------------------------------------------------------------
Sat Jan 13 10:33:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -24,7 +24,7 @@
Name: libdrm
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
Version: 2.4.120
Version: 2.4.121
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT