Sync from SUSE:SLFO:Main libdrm revision 505174ab8b2f09b1a820b33ea9630f21

This commit is contained in:
Adrian Schröter 2024-10-25 15:32:50 +02:00
parent fe112ec81f
commit 0981c4096f
6 changed files with 86 additions and 6 deletions

BIN
libdrm-2.4.119.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libdrm-2.4.123.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,83 @@
-------------------------------------------------------------------
Tue Aug 27 07:57:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 2.4.123
* amdgpu: add new marketing names
* amdgpu: add new marketing names
* Convert to Android.bp
* libs: Tie DSO minor versions to libdrm version
* readdir_r is deprecated.
* Fix FTBS on undefined clock_gettime() and asprintf()
* Export include dirs with -isystem
* Makes libdrm available on host
* Adds libdrm_headers
* Make libdrm recovery_available
* add crosvm to com.android.virt
* Enable GPU in crosvm
* Android.bp: Add include exports for android dir
* Disable ioctl signed overload for Bionic libc
* build: bump version to 2.4.123
* Delete all Makefile.sources files
* tests: Make modetest and proptest cc_binary in Android.bp
-------------------------------------------------------------------
Wed Jun 26 11:10:14 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 2.4.122
* fix FTBS on FreeBSD (or non-Linux in general)
* freedreno: fix FTBS on non-Linux platforms (unused header)
* etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms.
* ci: upgrade debian container to bookworm
* ci: upgrade FreeBSD VM to 14.1
* Remove libm in libdrm dependencies
* Sync headers with drm-next
-------------------------------------------------------------------
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>
- update to 2.4.120
* radeon: fix missing stencil_tile_mode initialisation in the
linear/fallback case
* amdgpu: fix use-after-free
* Sync headers with drm-next
- adjusted
* n_libdrm-drop-valgrind-dep-generic.patch
* n_libdrm-drop-valgrind-dep-intel.patch
-------------------------------------------------------------------
Sat Jan 6 21:10:13 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.119
Version: 2.4.123
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT

View File

@ -3,7 +3,7 @@
@@ -5,7 +5,6 @@
Name: libdrm
Description: Userspace interface to kernel DRM services
Version: 2.4.119
Version: 2.4.120
-Requires.private: valgrind
Libs: -L${libdir} -ldrm
Libs.private: -lm

View File

@ -2,7 +2,7 @@
+++ pkgconfig/libdrm_intel.pc 2023-11-17 14:38:39.303431015 +0100
@@ -6,7 +6,7 @@
Description: Userspace interface to intel kernel DRM services
Version: 2.4.119
Version: 2.4.120
Requires: libdrm
-Requires.private: pciaccess >= 0.10, valgrind
+Requires.private: pciaccess >= 0.10